document.write( "Question 900032: How do I figure out:
\n" );
document.write( "find two consecutive odd integers such that the sum of the smaller and 3 times the larger is 330 \n" );
document.write( "
Algebra.Com's Answer #545745 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+3(x+2)=330 \n" ); document.write( "x+3x+6=330 \n" ); document.write( "4x=324 \n" ); document.write( "x=324/4 \n" ); document.write( "x=81 \n" ); document.write( "x+2=83 \n" ); document.write( " |