document.write( "Question 347408: the sum of an odd integer and 3/4 the next odd integer, and two times the following odd integer. \n" ); document.write( "
Algebra.Com's Answer #248413 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If we let the first integer be x, then the next odd one is x + 2, and the next would be x + 4...so the statement is translated as \n" ); document.write( "x + (3/4)(x + 2) + 2(x + 4) \n" ); document.write( " \n" ); document.write( " |