document.write( "Question 373435: ca you please help find the solution to the following word problem:
\n" );
document.write( "Find three consecutive odd integers such that the sum of the first and the third results in 87 less than five times the second
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #265782 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let us call the three consecutive odd integers \n" ); document.write( "x, x+2, and x+4 \n" ); document.write( "Notice we skip a number because they are odd... \n" ); document.write( "Now translating we get... \n" ); document.write( "x + (x+4) = 5(x+2) - 87 \n" ); document.write( "Now solve \n" ); document.write( "2x + 4 = 5x + 10 - 87 \n" ); document.write( "2x + 4 = 5x - 77 \n" ); document.write( "add 77 to both sides \n" ); document.write( "2x + 81 = 5x \n" ); document.write( "subtract 2x from both sides \n" ); document.write( "81 = 3x \n" ); document.write( "x = 27 \n" ); document.write( "x+2 = 29 \n" ); document.write( "x+4 = 31 \n" ); document.write( " |