document.write( "Question 97843This question is from textbook
\n" );
document.write( ": when the smaller of two consecutive integers is added to three times the larger, the result is 43. find the integers. \n" );
document.write( "
Algebra.Com's Answer #71185 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Let's learn from example: \n" ); document.write( "Two consecutive integers: 4 and 5 \n" ); document.write( "Let's represent 4 as x \n" ); document.write( "x = 4 \n" ); document.write( "x + 1 = 5 \n" ); document.write( "Two consecutive integers are: x and x + 1 \n" ); document.write( "x + 3(x + 1) = 43 \n" ); document.write( "x + 3x + 3 = 43 \n" ); document.write( "4x = 40 \n" ); document.write( "x = 10 \n" ); document.write( "Two consecutive integers: 10 and 11 \n" ); document.write( " |