Showing posts with label Numbers. Show all posts
Showing posts with label Numbers. Show all posts

Find the smallest number N

Question: Find the smallest number N which has the following properties:
1. its decimal representation has 6 as the last digit.
2. If the last digit 6 is erased and placed in front of the remaining digits, the resulting number is four times as great as the original number N.

Answer:

The smallest such number is 153846.
Assume that the number N is
N = BnBn-1Bn-2 ... B3B26
as its given that 6 is the last digit.
Now after erasing 6 and putting it in front of the remaining digits, we get
Nnew = 6BnBn-1Bn-2 ... B3B2
Also given that Nnew is 4 times the N. Also note that the last digit Nnew is second last digit of N and so on. The required result is
BnBn-1Bn-2 ... B3B26
X 4
--------------------
6BnBn-1Bn-2 ... B3B2
So start multiplying and put nth digit of Nnew to (n + 1)th digit of N and you will get result as
1 5 3 8 4 6
X 4

---------------
6 1 5 3 8 4
Hence, the number is 153846

Determine how many marbles of each colour

Question: Chintu put some Black marbles and some White marbles into a jar. He then asked his brother Pintu to take out a marble. Pintu drew out a Black marble. Chintu asked Pintu to draw out another marble, and again he drew out a Black marble.

Pintu thought there must be more Black marbles than White marbles in the jar and asked Chintu, "I wonder what is the probability of me drawing a Black marble on a third try?"

Chintu replied, "Exactly 9/10 of what it was of drawing a Black marble on your first draw."

Can you help Pintu to determine how many marbles of each colour had been in the jar in the beginning? Give the minimal possible answer. Also, Pintu knew that there were at least seven marbles in the jar in the beginning.

 

Answer:

There were 8 Black marbles and 4 White marbles in the jar.

Let's assume that initially there are total N marbles. Also, B and W are the number of Black and White marbles respectively. Thus, N = B + W
The probability of drawing a Black marble on the first draw = B/(B+W)
Similarly, after drawing 2 Black marbles, the probability of drawing a Black marble on the third draw = (B-2)/(B+W-2)
Chintu said that the probability of drawing a Black marble on third draw (after drawing
Black marbles on first two draws) is exactly 9/10 of what it was of drawing a Black marble
on first draw.
(B - 2) / (B + W - 2) = (9 / 10) * B / (B + W)
10 * (B + W) * (B - 2) = 9 * B * (B + W - 2)
10B2 - 20B + 10BW - 20W = 9B2 + 9BW - 18B
B2 - 2B + BW - 20W = 0


We know that N = B + W, hence substitute W = N - B
B2 - 2B + B(N - B) - 20(N - B) = 0
B2 - 2B + BN - B2 - 20N + 20B = 0
18B + BN - 20N = 0
B(18 + N) = 20N
B = 20N / (18 + N)

Now, we know that the value of N is at least 7. Hence, using trial-n-error on the equation, the minimal value of N must be 12 so that B=8 and W=4.

Hence, initially there were 8 Black marbles and 4 White marbles in the jar.

Multiplication Error

Question: Sarika multiplied 414 by certain number and obtained 69958 as the answer. But she found that there is some error in the answer - both the 9s in the answer are wrong and all the other digits are correct.
Can you find the correct answer?

 

Answer:

he correct answer is 60858.
If you divide 69958 by 414, you will get 168.98. Hence, assume some three digit number and multiply it by 414 and use 6**58 as the answer.
Assume three digit number such that
* * *
4 1 4
-------------
* * *
* * * 0
* * * 0 0
-------------
6 * * 5 8

It is obvious that the last digit of the assumed number must be 7.
* * 7
4 1 4
-------------
* * 8
* * 7 0
* * 8 0 0
-------------
6 * * 5 8

Now, the second last digit of the assumed number must be 4 or 9. Also, the first digit of the assumed number must be 1 as the first digit of the answer is 6. Using trial and error for above two conditions, the answer is

1 4 7
4 1 4
-------------
5 8 8
1 4 7 0
5 8 8 0 0
-------------
6 0 8 5 8

Next Three Numbers-1

Question: What are the next three numbers in the given series?
0 1 1 2 1 2 1 3 2 2 1 3 1 2 2 4 1 3 1 3 2 2 1 ? ? ?

 

Answer:

The next three numbers are 4, 2 and 2
The pattern is - the number of factors in prime factorization of positive integers. Note that all prime number positions are 1 in the given series.

Number Prime Factorization Factors in Prime Factorization
1 1 0
2 2 1
3 3 1
4 2*2 2
5 5 1
6 2*3 2
7 7 1
8 2*2*2 3
9 3*3 2
10 2*5 2


Thus, the next few numbers in the given series are:
4 2 2 3 3 1 3 1 5 2 2 2 4 1 2 2 4 1 3 1 3 3 2 1 5 2 3 2 3 1 4 2 4 2 2 1 ...
Note that 1 is neither a Prime number nor a Composite number.

Next Two Numbers-9

Question: Find the next two numbers in the series:
1, 8, 11, 18, 80, 81, _, _

 

Answer:

The next two numbers are 82 and 83.
The pattern is : the list of positive integers beginning with a VOWEL.
1(One), 8(Eight), 11(Eleven), 18(Eighteen), 80(Eighty), 81(Eighty-one)
Hence, the next numbers are 82(Eighty-two), 83(Eighty-three), 84(Eighty-four), .....
It is not a series comprise of 0, 1 and 8. If so, 10 must be there.

Next Two Numbers-10

Question: What are the next two numbers in this series?
1, 4, 1, 5, 9, 2, _, _

 

Answer:

Next two numbers are 6 and 5.
The patten is the each digit in the value of PI after the decimal point. The value of mathematical constant PI is 3.1415926536.