document.write( "Question 358558: What is the solution to this problem? The sum of two numbers is 25. Three times the smaller number is equal to five less than two times the larger. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #255897 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let n represent the smaller number. Then (25-x) would be the larger.
\n" ); document.write( "3x = 2(25-x) -5
\n" ); document.write( "Simplify and Solve
\n" ); document.write( "3x = 50 - 2x - 5
\n" ); document.write( "5x = 45
\n" ); document.write( "x = 9
\n" ); document.write( "Smaller number is 9, the larger number is 16
\n" ); document.write( "checking our answer
\n" ); document.write( "3*9 = 27 = 2*16 - 5 \n" ); document.write( "
\n" );