document.write( "Question 281310: Two Times a number added to another number is 25. three time the first number minus the other number is 20. find the numbers \n" ); document.write( "
Algebra.Com's Answer #204324 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let one number be x and the other number be y\r
\n" ); document.write( "\n" ); document.write( "2x+y=25
\n" ); document.write( "3x-y=20 Add the two equations\r
\n" ); document.write( "\n" ); document.write( "5x=45\r
\n" ); document.write( "\n" ); document.write( "x=9\r
\n" ); document.write( "\n" ); document.write( "y=7
\n" ); document.write( "
\n" );