document.write( "Question 365346: One number is twice as large as the second. The sum of the two numbers is 366. What is the larger number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #260438 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x \n" ); document.write( "the other number will be 2x \n" ); document.write( "x+2x=366 \n" ); document.write( "3x=366 \n" ); document.write( "/3 \n" ); document.write( "x=122 \n" ); document.write( "the larger number is 2 *122=244 \n" ); document.write( ".. \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |