document.write( "Question 773174: one number is 25 more than 2 times another number. if each number is multiplied by 5, their sum would be 350. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #471464 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! One number is 25 more than two times another number. \n" ); document.write( "Another number = x \n" ); document.write( "One number = (25 + 2x) \n" ); document.write( "If each number is multiplied by 5, \n" ); document.write( "their sum would be 350 \n" ); document.write( "5(25 + 2x) + 5x = 350 \n" ); document.write( "125 + 10x + 5x = 350 \n" ); document.write( "10x + 5x = 350 - 125 \n" ); document.write( "15x = 225 \n" ); document.write( "x = 15. \n" ); document.write( "Another number = 15 \n" ); document.write( "One number = 55 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |