document.write( "Question 955633: One number is three times another number. Seven times the smaller number is 3 more than twice the larger number. What's the larger number? \n" ); document.write( "
Algebra.Com's Answer #583799 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
One number is three times another number. Seven times the smaller number is 3 more than twice the larger number. What's the larger number?
\n" ); document.write( "***
\n" ); document.write( "let x=smaller number
\n" ); document.write( "3x=larger number
\n" ); document.write( "7x=2*3x+3=6x+3
\n" ); document.write( "x=3
\n" ); document.write( "3x=9
\n" ); document.write( "What's the larger number? 9
\n" ); document.write( "
\n" );