document.write( "Question 1029682: Find three consecutive integers
\n" );
document.write( "such that twice the first is equal
\n" );
document.write( "to 17 more than the largest.
\n" );
document.write( "(only an algebraic solution will
\n" );
document.write( "be excepted)\r
\n" );
document.write( "\n" );
document.write( "How do I solve this?\r
\n" );
document.write( "\n" );
document.write( "Please help, and thank you!! \n" );
document.write( "
Algebra.Com's Answer #644639 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the integers, x, x+1, and x+2. \n" ); document.write( "Then we can write \n" ); document.write( "2x = 17 + x+2 \n" ); document.write( "2x = x + 19 \n" ); document.write( "x = 19 \n" ); document.write( "x+1 = 20 \n" ); document.write( "x+2 = 21 \n" ); document.write( " \n" ); document.write( " |