document.write( "Question 691347: Find 2 consecutive odd numbers such that the second is 3 times the first? I know the answer but I dont know how to work it. \n" ); document.write( "
Algebra.Com's Answer #426640 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find 2 consecutive odd numbers such that the second is 3 times the first? \n" ); document.write( "---- \n" ); document.write( "1st: 2x-1 \n" ); document.write( "2nd: 2x+1 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "2x+1 = 3(2x-1) \n" ); document.write( "2x+1 = 6x-3 \n" ); document.write( "4x = 4 \n" ); document.write( "x = 1 \n" ); document.write( "----- \n" ); document.write( "1st: 2*1-1 = 1 \n" ); document.write( "2nd: 2*1+1 = 3 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |