document.write( "Question 801042:
\n" );
document.write( "Hello, I am trying to figure out this word problem for my Algebra I class. So far, I think I have figured out the following, but am not sure how to put it together into a formula that works.\r
\n" );
document.write( "\n" );
document.write( "monthly income =x
\n" );
document.write( "rent=.30x
\n" );
document.write( "food=.25(x-90)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Peter spends 30% of his monthly income for rent and 25% for food. The amount spent for food is $90 less than the amount spent for rent. Find his monthly income. \n" );
document.write( "
Algebra.Com's Answer #483415 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! monthly income =x \n" ); document.write( "rent=.30x \n" ); document.write( "food=.25x \n" ); document.write( ".25x = .30x - 90 \n" ); document.write( "add 90 to both sides of = \n" ); document.write( ".25x +90 = .30x \n" ); document.write( "subtract .25x from both sides of = \n" ); document.write( ".05x = 90 \n" ); document.write( "x = $1800 \n" ); document.write( "monthly income is $1800 \n" ); document.write( " \n" ); document.write( " |