document.write( "Question 299412: Please help me: The sum of two numbers is 24. One number is 2 times as large as the other. What is the numbers?
\n" );
document.write( "Larger number:
\n" );
document.write( "Smaller number: \n" );
document.write( "
Algebra.Com's Answer #215157 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! small number is x, large number is 2x, so total is 3x = 24 \n" ); document.write( "x = 8, so small number is 8, large number is 16 \n" ); document.write( " |