document.write( "Question 945475: the product of two consecutive even integers is 126 greater than three times the larger number. what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #576672 by macston(5194)![]() ![]() You can put this solution on YOUR website! let A=the first integer \n" ); document.write( "(A)(A+2)=3(A+2)+126 \n" ); document.write( "(A)(A+2)=3A+6+126 \n" ); document.write( "A^2+2A-3A-6-126=0 \n" ); document.write( "A^2-A-132=0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answers 12,-11 Even result=12 \n" ); document.write( "ANSWER 1: The first integer is 12 \n" ); document.write( "A+2=12+2=14 ANSWER 2: The second integer is 14 \n" ); document.write( "CHECK \n" ); document.write( "(12)(14)=3(14)+126 \n" ); document.write( "168=42+126 \n" ); document.write( "168=168 \n" ); document.write( " \n" ); document.write( " |