document.write( "Question 53973: How do I write this question in an equation Find two numbers whose sum is 55 if the second is 7 more than 5 times the first \n" ); document.write( "
Algebra.Com's Answer #36211 by rchill(405)\"\" \"About 
You can put this solution on YOUR website!
Let x represent one of the numbers, then the second number is \"7 more\" which means \"+7\" \"than 5 times\" which means \"5x\". So we have \"x%2B5x%2B7=55\". Simplifying, we get \"6x=48\", which means x=8. So, the first number is 8 and the second number 47. \n" ); document.write( "
\n" );