document.write( "Question 81848: Find two consecutive odd integers such that 5 times the first integer is 12 more than 3 times the second.\r
\n" );
document.write( "\n" );
document.write( "I don't even know how to sow my work to do this or even where to start. I have been muliplying 3's and 5's like a crazy lady, but there are so many numbers in this world!! hehehe\r
\n" );
document.write( "\n" );
document.write( "So far, I have only managed to guess at an expression for it as 5a - 3b = 12 which might make sense, but I don't think this is how they want you to figure it. \n" );
document.write( "
Algebra.Com's Answer #58638 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let the first odd integer be x. \n" ); document.write( "The next consecutive odd integer is x+2. \n" ); document.write( "5x = 3(x+2)+12 Five times the first (5x) is (=) 12 more (+12) than three times the second (3(x+2)) \n" ); document.write( "5x = 3x+6 + 12 \n" ); document.write( "5x = 3x + 18 Subtract 3x from both sides. \n" ); document.write( "2x = 18 Divide both sides by 2. \n" ); document.write( "x = 9 \n" ); document.write( "x+2 = 11 \n" ); document.write( " |