document.write( "Question 1015882: Seven times the smaller of two consecutive odd integers is the same as -252 minus 7 times the larger integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #632344 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the consecutive odd numbers, x and x+2. Then we write \n" ); document.write( "7x = -252 - 7(x+2) \n" ); document.write( "7x = -252 - 7x - 14 \n" ); document.write( "14x = -266 \n" ); document.write( "x = -19 \n" ); document.write( "x+2 = -17 \n" ); document.write( " |