document.write( "Question 1833: tell me the method of how to find square root of a number by prime factorisation method eg of 576 \n" ); document.write( "
Algebra.Com's Answer #651 by longjonsilver(2297)\"\" \"About 
You can put this solution on YOUR website!
I am not too sure of the proper answer to this, but i have just messed around with it...look at prime numbers, eg 2, 3, 4, 5, 7, 11 etc\r
\n" ); document.write( "\n" ); document.write( "Start with 2 and divide 576 by 2, to give 288x2. Now do it again on the 288 to give 144x2x2. Now spot that 144 is 12x12, so we have:\r
\n" ); document.write( "\n" ); document.write( "576 = 12x12x2x2
\n" ); document.write( "or
\n" ); document.write( "576 = (12x2)x(12x2)
\n" ); document.write( "576 = 24x24\r
\n" ); document.write( "\n" ); document.write( "therefore the positive square root of 576 is 24\r
\n" ); document.write( "\n" ); document.write( "cheers
\n" ); document.write( "Jon.
\n" ); document.write( "
\n" );