document.write( "Question 624173: 1. Find the least perfect square number divisible by 3,4,5,6 & 8?
\n" );
document.write( "2. Find the least no. by which 294 must be multiplied to make it a perfect square?
\n" );
document.write( "3. Find the least number by which 1470 must be divided to get a number which is the perfect square?
\n" );
document.write( "4. By which least number 675 must be multiply to obtain a number which is perfect cube?
\n" );
document.write( "5. What is a smallest number by which 3600 divided to make a perfect cube? \n" );
document.write( "
Algebra.Com's Answer #392574 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Don't post so many problems in a single post. You will probably never get answers to them all. I will do one and hope that it helps you figure out how to do some or all of the others. \n" ); document.write( "Here's a procedure that will help with #2 and #4 and may help with the others:
\n" ); document.write( "1. Prime factorization. \n" ); document.write( "294 = 2*147 = 2*3*49 = 2*3*7*7 \n" ); document.write( "2. Pair up the prime factors. \n" ); document.write( "Only is only one pair of matching factors: \n" ); document.write( "294 = 2*3*(7*7) \n" ); document.write( "3. The number we're looking for is the product of the unpaired factors: 2*3 or 6. \n" ); document.write( "Hint for #3: As it turns out, the number you divide by to get a perfect square is also the number you multiply by to get a perfect square! \n" ); document.write( "Hint for #5: For perfect cubes you group three matching factors, not just two. \n" ); document.write( " |