document.write( "Question 496734: The sum of two numbers is 45. One number plus three times the other number is 57. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #336540 by sindhu(1)\"\" \"About 
You can put this solution on YOUR website!
x+y=45\r
\n" ); document.write( "\n" ); document.write( "x+3y=57\r
\n" ); document.write( "\n" ); document.write( "by subtracting eqn 1 from eqn 2 , we get,\r
\n" ); document.write( "\n" ); document.write( "y=6
\n" ); document.write( "by substituting y=6 in eqn 1
\n" ); document.write( " we get x=39\r
\n" ); document.write( "\n" ); document.write( "The 2 numbers are 6 and 39
\n" ); document.write( "
\n" );