document.write( "Question 603259: if the first of two consecutive integers is multiplied by 3, this product is 20 more than the sum of the two integers. find the integers.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #380656 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two consecutive integers: x, (x+1) \n" ); document.write( ": \n" ); document.write( "Write an equation for exactly what the statement says, \n" ); document.write( "\"if the first of two consecutive integers is multiplied by 3, this product is 20 more than the sum of the two integers.\" \n" ); document.write( "3x = x + x+1 + 20 \n" ); document.write( "3x = 2x + 21 \n" ); document.write( "3x - 2x = 21 \n" ); document.write( "x = 21 and 22 are the two integers \n" ); document.write( " |