document.write( "Question 63000This question is from textbook An Incremental Development
\n" );
document.write( ": Please help me with the following :\r
\n" );
document.write( "\n" );
document.write( "Find three consecutive even integers such that 6 times the first is 16 less than four times the sum of the second and third.\r
\n" );
document.write( "\n" );
document.write( "thank u \n" );
document.write( "
Algebra.Com's Answer #43892 by 303795(602)![]() ![]() ![]() You can put this solution on YOUR website! The three consecutive integers will be x, x + 1 and x + 2. \n" ); document.write( "6x + 16 = 4((x + 1) + (x + 2)) \n" ); document.write( "6x + 16 = 4(2x + 3) \n" ); document.write( "6x + 16 = 8x + 12 Subtract 6x from each side of the equation \n" ); document.write( "6x + 16 - 6x = 8x + 12 - 6x \n" ); document.write( "16 = 2x + 12 Subtract 12 from each side \n" ); document.write( "16 - 12 = 2x + 12 - 12 \n" ); document.write( "4 = 2x \n" ); document.write( "so x=2 \n" ); document.write( "The three numbers will therefore be 2, 3 and 4 \n" ); document.write( " \n" ); document.write( " |