document.write( "Question 742414: Find 2 consecutive odd intergers such that three times the first is eight more than the second integer. How do I set up and solve this equation? \n" ); document.write( "
Algebra.Com's Answer #452490 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We are given\r \n" ); document.write( "\n" ); document.write( "Find 2 consecutive odd integers such that three times the first is eight more than the second integer. \r \n" ); document.write( "\n" ); document.write( "let i be our first odd integer, then i+2 is the second odd integer\r \n" ); document.write( "\n" ); document.write( "we now have\r \n" ); document.write( "\n" ); document.write( "3i = (i+2)+8 \n" ); document.write( "3i = i+10 \n" ); document.write( "2i =10\r \n" ); document.write( "\n" ); document.write( "i = 5\r \n" ); document.write( "\n" ); document.write( "and the solution to the problem is 5 and 7 \n" ); document.write( " \n" ); document.write( " |