document.write( "Question 261142: Solve using the five-step problem-solving process. Show all steps necessary to arrive at your solution.\r
\n" );
document.write( "\n" );
document.write( "If three times the smaller of two consecutive integers is added to four times the larger, the result is 137. Find the smaller integer. \n" );
document.write( "
Algebra.Com's Answer #192374 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the two consecutive integers be x and x+1 \n" ); document.write( "Given, 3x+4(x+1) = 137 \n" ); document.write( " 3x+4x+4 = 137 \n" ); document.write( " 7x=137-4 \n" ); document.write( " x = 133/7 \n" ); document.write( " x = 19 \n" ); document.write( " |