document.write( "Question 265582: find 2 consecutive odd integers such that 4 times the larger is 29 more than 3 times the smaller \n" ); document.write( "
Algebra.Com's Answer #195273 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! find 2 consecutive odd integers such that 4 times the larger is 29 more than 3 times the smaller\r \n" ); document.write( "\n" ); document.write( "Let x be the smaller and x + 2 be the larger of the two consecutive odd integers:\r \n" ); document.write( "\n" ); document.write( "Then we have:\r \n" ); document.write( "\n" ); document.write( "4*(x+2) = 3x + 28\r \n" ); document.write( "\n" ); document.write( "Solve the above for x and then calculate x+2. \n" ); document.write( " |