document.write( "Question 86694: Solve Algebraically using only one variable. Find three consecutive even integers such that the product of the first integer and the third integer is equal to four less than ten times the second integer. \n" ); document.write( "
Algebra.Com's Answer #62714 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive even integers such that the product of the first integer and the third integer is equal to four less than ten times the second integer. \n" ); document.write( "--------- \n" ); document.write( "Comment: Even numbers are always multiples of 2 \n" ); document.write( "---------- \n" ); document.write( "1st number: 2x \n" ); document.write( "2nd number: 2x+2 \n" ); document.write( "3rd number: 2x+4 \n" ); document.write( "EQUATION: \n" ); document.write( "(2x)(2x+4)=10(2x+2)-4 \n" ); document.write( "Divide thru by 4 to get: \n" ); document.write( "x(x+2) = 5(x+1)-1 \n" ); document.write( "x^2+2x = 5x+4 \n" ); document.write( "x^2-3x-4=0 \n" ); document.write( "(x-4)(x+1)=0 \n" ); document.write( "Positive answer: \n" ); document.write( "x=4 \n" ); document.write( "-------- \n" ); document.write( "1st number : 2x = 8 \n" ); document.write( "2nd number : 10 \n" ); document.write( "3rd number : 12 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |