document.write( "Question 1117076: Two consecutive odd numbers are such that 7times the smaller subtracted from 9times the bigger gives 144.find the two numbers \n" ); document.write( "
Algebra.Com's Answer #732038 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
numbers are x and x+2
\n" ); document.write( "9(x+2)-7x=144
\n" ); document.write( "9x+18-7x=144
\n" ); document.write( "2x=126
\n" ); document.write( "x=63
\n" ); document.write( "The numbers are 63 and 65
\n" ); document.write( "9*65=585
\n" ); document.write( "7*63=441
\n" ); document.write( "144 is the difference
\n" ); document.write( "
\n" ); document.write( "
\n" );