document.write( "Question 378744: If 5 times a number is increased by 50, the result is the same as when 200 is decreased by the number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #269031 by rfadrogane(214)![]() ![]() You can put this solution on YOUR website! If 5 times a number is increased by 50, the result is the same as when 200 is decreased by the number. Find the number. \n" ); document.write( " Sol'n: \n" ); document.write( " let x - the number \n" ); document.write( " 5x+50 = 200-x \n" ); document.write( " 6x = 150 \n" ); document.write( " x = 25-----answer \n" ); document.write( " |