document.write( "Question 380595: If the product of two positive numbers is 16, and the bigger number is 8 times the smaller number, what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #270174 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x and 8x represent the numbers
\n" ); document.write( "Question states
\n" ); document.write( " x * 8x = 16
\n" ); document.write( " x^2 *8 = 16
\n" ); document.write( " x^2 = 2 Question states these are positive numbers,
\n" ); document.write( "therefore negative solution for x is tossed out
\n" ); document.write( " x = \"sqrt%282%29\", the smaller number. Larger number is \"8%2Asqrt%282%29\" \n" ); document.write( "
\n" );