document.write( "Question 822570: The least number when divided by 0.06, 0.008 and 0.16 gives integers as quotient is- \n" ); document.write( "
Algebra.Com's Answer #494999 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
I think the solution will be easier to understand if we rewrite the decimals as fractions:
\n" ); document.write( "\"0.06+=+6%2F100+=+3%2F50\"
\n" ); document.write( "\"0.008+=+8%2F1000+=+1%2F125\"
\n" ); document.write( "\"0.16+=+16%2F100+=+4%2F25\"

\n" ); document.write( "Let x be the desired number. Then
  • x divided by 3/50 is an integer.
  • x divided by 1/125 is an integer.
  • x divided by 4/25 is an integer.
Since dividing by a fraction is done by multiplying by the fraction's reciprocal:
  • x times 50/3 is an integer.
  • x times 125/1 is an integer.
  • x times 25/4 is an integer.
If all these multiplications are integers, then the factors of each denominator must be canceled by factors of x. So let's look at the factors of the denominators (of the reciprocals):
\n" ); document.write( "3 = 3 * 1
\n" ); document.write( "1 = 1 * 1
\n" ); document.write( "4 = 2 * 2

\n" ); document.write( "Since 1 is a factor of everything, x must only have one 3 and two 2's as factors in order for it to cancel the factors of each of the denominators. (any additional factors will just make x larger.) So:
\n" ); document.write( "x = 3 * 2 * 2 = 12
\n" ); document.write( "
\n" );