document.write( "Question 828607: The sum of three numbers is 92 the second number is eight more than the first and third number is twice the second
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #499390 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! f first \n" ); document.write( "s second \n" ); document.write( "t third\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Translating the description: \n" ); document.write( "f+s+t=92; \n" ); document.write( "s=8+f+t; \n" ); document.write( "t=2s.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Back-substitute upward using the equations as listed. You will be able to find the value for f. \n" ); document.write( " |