document.write( "Question 625910: Hello, my problem says: Twenty percent of the income was used to pay for raw materials. If $78,000 was spent for other purposes, what was the total income?
\n" );
document.write( "Please show work, thank you :) \n" );
document.write( "
Algebra.Com's Answer #393892 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = total income. \n" ); document.write( "20% of that was spend for materials. \n" ); document.write( "that means that 80% of that was spent for other purposes. \n" ); document.write( "that means that: \n" ); document.write( ".80*x = 78000 \n" ); document.write( "divided both sides of this equation by .8 to get: \n" ); document.write( "x = 78000 / .8 = 97500 \n" ); document.write( "total income equals x which is equal to 97500 \n" ); document.write( "20% of that is spend for materials which makes expenditures for materials equal to .20 * 97500 = 19500. \n" ); document.write( "80% of that is spent for other purposes which make expenditures for other purposes equal to .80 * 97500 = 78000 \n" ); document.write( "add the 2 pieces together to get 19500 + 78000 = 97500 which equals the total expenditure. \n" ); document.write( " \n" ); document.write( " |