document.write( "Question 313381: what are four consecutive numbers whose sum is 34? \r
\n" );
document.write( "\n" );
document.write( "what must i find?\r
\n" );
document.write( "\n" );
document.write( "What do i know?\r
\n" );
document.write( "\n" );
document.write( "what strategy should i use?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #224154 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! what are four consecutive numbers whose sum is 34? \n" ); document.write( ": \n" ); document.write( "let x = the 1st number \n" ); document.write( "solve this equation \n" ); document.write( "x + (x+1) + (x+2) + (x+3) = 34 \n" ); document.write( " |