document.write( "Question 32854: Find two consecutive odd integers such that for times the larger is 29 more than three times the smaller. \n" ); document.write( "
Algebra.Com's Answer #19273 by sarah_adam(201)![]() ![]() ![]() You can put this solution on YOUR website! Let the two consequtive integers be x , x+2\r \n" ); document.write( "\n" ); document.write( "Four times larger integer is 4(x+2) is 29 more than three times small integer \n" ); document.write( "4(x+2) = 29 + 3(x) \n" ); document.write( "4x + 8 = 29 + 3x \n" ); document.write( "4x - 3x = 29 - 8 \n" ); document.write( "x = 21 \n" ); document.write( "x+2 = 23 \n" ); document.write( "therfore two consequtive odd integers are 21, 23 \n" ); document.write( " |