document.write( "Question 459099: Find two positive numbers whose ratio is 2:3 and whose product is 600 \n" ); document.write( "
Algebra.Com's Answer #314889 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
\"x%2Fy+=+2%2F3\" and xy = 600\r
\n" ); document.write( "\n" ); document.write( "==> \"x+=+%282y%29%2F3\", and \"%282y%29%2F3%2Ay+=+600\"\r
\n" ); document.write( "\n" ); document.write( "==> \"y%5E2+=+900\" ==> y = 30 ==> x = 600/30 = 20.
\n" ); document.write( "
\n" );