document.write( "Question 253009: One positive number is 1/3 of another number. If the product of the numbers is 12, what is their sum?\r
\n" );
document.write( "\n" );
document.write( "(A) 4 (B) 6 (C) 8 (D) 10 (E) 12\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #185248 by JimboP1977(311)![]() ![]() You can put this solution on YOUR website! x/3 = y \n" ); document.write( "xy=12 \n" ); document.write( "x(x/3)=12 \n" ); document.write( "x^2 = 36 \n" ); document.write( "x=6\r \n" ); document.write( "\n" ); document.write( "x+y=8 \n" ); document.write( " |