document.write( "Question 230378: find three consecutive odd integers such that the largest decreased by 3times the second is 47 less than the smallest. \n" ); document.write( "
Algebra.Com's Answer #170592 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find three consecutive odd integers such that the largest decreased by 3times the second is 47 less than the smallest. \n" ); document.write( "--------------------------- \n" ); document.write( "1st: 2x-1 \n" ); document.write( "2nd: 2x+1 \n" ); document.write( "3rd: 2x+3 \n" ); document.write( "---------------- \n" ); document.write( "Equation: \n" ); document.write( "2x+3-3(2x+1) = 2x-1-47 \n" ); document.write( "2x+3-6x-3 = 2x-48 \n" ); document.write( "-6x = -48 \n" ); document.write( "x = 8 \n" ); document.write( "--------------- \n" ); document.write( "1st:2*8-1 = 15 \n" ); document.write( "2nd: 17 \n" ); document.write( "3rd: 19 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |