document.write( "Question 841320: tanveer has Rs.1400 after spending 30% of his money.find what sum he had originally \n" ); document.write( "
Algebra.Com's Answer #506769 by hamsanash1981@gmail.com(151) ![]() You can put this solution on YOUR website! Let x be the total money. \n" ); document.write( "Then 30% of x = 30*x /100 \n" ); document.write( "1400 + 30x/100 = x \n" ); document.write( "(140000 +30x )/100 = x \n" ); document.write( "140000+30x =100x \n" ); document.write( "70x = 140000 \n" ); document.write( "x = 2000 \n" ); document.write( "The sum he had originally is Rs.2000. \n" ); document.write( " |