Multiplication Is Tedious

1.2 × 3.45 × 6.789 × 1 0 n \large 1.2 \times 3.45 \times 6.789 \times 10^n

What is the minimum integer n n such that the above expression is an integer?


The answer is 5.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Chung Kevin
May 19, 2016

Relevant wiki: Decimals

Method 1 : Multiply the 3 decimals out

With enough patience, we can see that 1.2 × 3.45 × 6.789 = 28.106460 1.2\times3.45\times6.789 = 28.106460 , by keeping track the total number of decimal places ( 1 + 2 + 3 = 6 1+2+3 = 6 ). And we need to find out the minimum value of n n such that 28.106460 × 1 0 n 28.106460 \times 10^n is an integer.

28.106460 × 1 0 1 = 281.06460 not an integer 28.106460 × 1 0 2 = 2810.6460 not an integer 28.106460 × 1 0 3 = 28106.460 not an integer 28.106460 × 1 0 4 = 281064.60 not an integer 28.106460 × 1 0 5 = 2810646.0 is an integer! \begin{aligned} 28.106460 \times10^1 &=& 281.06460 \qquad \text{ not an integer} \\ 28.106460 \times10^2 &=& 2810.6460 \qquad \text{ not an integer} \\ 28.106460 \times10^3 &=& 28106.460 \qquad \text{ not an integer} \\ 28.106460 \times10^4 &=& 281064.60 \qquad \text{ not an integer} \\ 28.106460 \times10^5 &=& 2810646.0 \qquad \text{ is an integer!} \end{aligned}

Hence, our answer is 5 \boxed5 .


Method 2 : Modular arithmetic

Let the fractional part of 1.2 × 3.45 × 6.789 1.2\times3.45\times6.789 be 0. A 1 A 2 A 3 A 4 A 5 A 6 A 7 0.A_1 A_2 A_3 A_4 A_5 A_6 A_7 \ldots , where A 1 , A 2 , A 3 , A_1, A_2,A_3,\ldots are single digits.

Notice that we're multiplying decimal numbers, and the total number of decimal places involved is 6, so all the digits after the sixth decimal places are all 0's, A 7 = A 8 = A 9 = = 0 A_7 = A_8 = A_9 = \cdots = 0 .

1.2 × 3.45 × 6.789 = 12 10 × 345 100 × 6789 1000 = 1 1 0 6 ( 12 × 345 × 7689 ) 1.2\times3.45 \times6.789 = \dfrac{12}{10}\times\dfrac{345}{100} \times \dfrac{6789}{1000} = \dfrac1{10^6} ( 12\times 345\times7689 ) \;

And so, our 6-digit integer, A 1 A 2 A 3 A 4 A 5 A 6 \overline{A_1 A_2 A_3 A_4 A_5 A_6} is the last 6 digits of 12 × 345 × 7689 12\times 345\times7689 .

Equivalently, A 6 A_6 is the last digit of 12 × 345 × 6789 12\times 345\times6789 , which can be found by multiplying the last digits: 2 × 5 × 9 5 ( m o d 10 ) 2\times5\times9 \equiv 5 \pmod{10} .

And, the 2-digit number A 5 A 6 = A 5 0 \overline{A_5 A_6 }= \overline{A_5 0} is the last two digits of 12 × 345 × 6789 12\times 345\times6789 , which can be found by multiplying the last two digits, 12 × 45 × 89 60 ( m o d 100 ) 12\times45\times89 \equiv 60 \pmod{100} .

Ashish Menon
May 10, 2016

Relevant wiki: Decimals

1.2 ends with 2 and 3.45 ends with 5 due to which 1.2 × 3.45 1.2 × 3.45 forms a number with 3 1 = 2 3-1=2 decimal places. Now this number formed has 2 decimal places and 6.789 has 3 decimal places. So, their product is a number with 5 decimal places. So, 10 5 {10}^5 has to be multiplied to make this number an integer. So, n = 5 n = \boxed{5} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...