document.write( "Question 1136846: The sum of three numbers is 74
\n" );
document.write( ". The second number is 6
\n" );
document.write( " more than the first. The third number is 2
\n" );
document.write( " times the first. What are the numbers? \n" );
document.write( "
Algebra.Com's Answer #754662 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of three numbers is 74 \n" ); document.write( ". The second number is 6 \n" ); document.write( " more than the first. The third number is 2 \n" ); document.write( " times the first. What are the numbers? \n" ); document.write( "============ \n" ); document.write( "n = the 1st \n" ); document.write( "n+6 is the 2nd \n" ); document.write( "2n is the 3rd \n" ); document.write( "---------------- \n" ); document.write( "Add them. \n" ); document.write( "the sum = 74 \n" ); document.write( " \n" ); document.write( " |