document.write( "Question 956704: Please help me with this :(
\n" );
document.write( "For two consecutive odd numbers, the sum is twice the first and three times the second is 61. What are the numbers? \n" );
document.write( "
Algebra.Com's Answer #584506 by rothauserc(4718) You can put this solution on YOUR website! let x be the first odd integer, then the next odd integer is x+2, therefore \n" ); document.write( "2x +3(x+2) = 61 \n" ); document.write( "5x +6 = 61 \n" ); document.write( "5x = 55 \n" ); document.write( "x = 11 \n" ); document.write( "the two odd consecutive integers are 11 and 13 \n" ); document.write( " \n" ); document.write( " |