document.write( "Question 342199: the sum of two numbers is twenty-five. the larger number is seven less than four times the smaller number. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #244900 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let one number be x
\n" ); document.write( "the other number will be 25-x
\n" ); document.write( "..
\n" ); document.write( "25-x =4x-7
\n" ); document.write( "4x+x=25+7
\n" ); document.write( "5x=32
\n" ); document.write( "x= 6.4
\n" ); document.write( "The other number will be 18.6
\n" ); document.write( "
\n" );