document.write( "Question 1189749: Hi
\n" ); document.write( "Bill has 120 dollars more than James. Each week bill spends 25 dollars and James spends 22 dollars. They use up their money at the same time. How many weeks did it take bill to spend all his money. \r
\n" ); document.write( "\n" ); document.write( "thanks
\n" ); document.write( "

Algebra.Com's Answer #821189 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Bill has 120 dollars more than James.
\n" ); document.write( "let j = amt of money James has
\n" ); document.write( "then
\n" ); document.write( "(j+120) = amt that Bill has
\n" ); document.write( ":
\n" ); document.write( " Each week bill spends 25 dollars and James spends 22 dollars.
\n" ); document.write( " They use up their money at the same time.
\n" ); document.write( " How many weeks did it take bill to spend all his money.
\n" ); document.write( "let w = no. of weeks to spend it all
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each
\n" ); document.write( "Bill:
\n" ); document.write( "(j+120) - 25w = 0
\n" ); document.write( "Rearrange to
\n" ); document.write( "j - 25w = -120
\n" ); document.write( "James
\n" ); document.write( "j - 22w = 0
\n" ); document.write( "Use elimination on these two equation
\n" ); document.write( "j - 25w = -120
\n" ); document.write( "j - 22w = 0
\n" ); document.write( "--------------------Subtraction eliminates j, find w
\n" ); document.write( "0 - 3w = -120
\n" ); document.write( "w = -120/-3
\n" ); document.write( "w = 40 weeks both spend it all
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "To confirm this, find the actual amt each had.
\n" ); document.write( "j - 22(40) = 0
\n" ); document.write( "j - 880 = 0
\n" ); document.write( "j = $880 James had, and Bill had 120 more or $1000
\n" ); document.write( "880 - 40(22) = 0
\n" ); document.write( "1000 - 40(25) = 0
\n" ); document.write( "
\n" );