document.write( "Question 200232: one number is 9 more than the other number. The difference of seven times the smaller number and two times the larger is 157. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #150535 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
let the bigger=b and the smaller=s
\n" ); document.write( "b=s+9
\n" ); document.write( "7s-2b=157
\n" ); document.write( "7s-2(s+9)=157
\n" ); document.write( "7s-2s-18=157
\n" ); document.write( "5s=175
\n" ); document.write( "s=35
\n" ); document.write( "b=44
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );