document.write( "Question 925260: the difference between two numbers is 25. the larger is 4 more than 3 times the smaller. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #561383 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the smaller, (3x+4) the Larger
\n" ); document.write( "difference between two numbers is 25.
\n" ); document.write( "(3x+4) - x = 25
\n" ); document.write( "2x = 21
\n" ); document.write( "x = 10.5, the smaller. Larger = 35.5
\n" ); document.write( "And...checking
\n" ); document.write( "35.5 - 10.5 = 25
\n" ); document.write( "
\n" );