document.write( "Question 55375: Find three consecutive even intergers such as the 3 interger is 3 times the first. \n" ); document.write( "
Algebra.Com's Answer #37574 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find three consecutive even intergers such as the 3 interger is 3 times the first. \n" ); document.write( ": \n" ); document.write( "The three integers: x, (x+2), (x+4) \n" ); document.write( ": \n" ); document.write( "\"The 3 interger is 3 times the 1st\" \n" ); document.write( ".................(x + 4) = 3x \n" ); document.write( ": \n" ); document.write( "x + 4 = 3x \n" ); document.write( "4 = 3x - x \n" ); document.write( "4 = 2x \n" ); document.write( "x = 4/2 \n" ); document.write( "x = 2 \n" ); document.write( "Integers: 2, 4, 6 \n" ); document.write( ": \n" ); document.write( "Check: 3 times 2 = 6 \n" ); document.write( " |