document.write( "Question 983046: please help me to solve Al,Bill and Carl went shopping.When they compared the totals that each had spent they found that: Al and Bill together spent a total of Php 1 200; Bill and Carl together spent a total of Php 1 800.00; and Al and Carl together spent a total of Php 1 000.How much did each person spend? \n" ); document.write( "
Algebra.Com's Answer #603911 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Al,Bill and Carl went shopping.
\n" ); document.write( "When they compared the totals that each had spent they found that:
\n" ); document.write( " Al and Bill together spent a total of Php 1200;
\n" ); document.write( "a + b = 1200
\n" ); document.write( " Bill and Carl together spent a total of Php 1800.00;
\n" ); document.write( "b + c = 1800
\n" ); document.write( " and Al and Carl together spent a total of Php 1000.
\n" ); document.write( "a + c = 1000
\n" ); document.write( "How much did each person spend?
\n" ); document.write( ":
\n" ); document.write( "use elimination on the 1st two equations
\n" ); document.write( "0 + b + c = 1800
\n" ); document.write( "a + b + 0 = 1200
\n" ); document.write( "-------------------Subtraction eliminates b
\n" ); document.write( "-a + 0 + c = 600
\n" ); document.write( "c = (a+600)
\n" ); document.write( "In the 3rd equation; a + c = 1000, replace c with (a+600)
\n" ); document.write( "a + (a+600) = 1000
\n" ); document.write( "2a = 1000 - 600
\n" ); document.write( "2a = 400
\n" ); document.write( "a = 400/2
\n" ); document.write( "a = 200
\n" ); document.write( "find c using equation c = a + 600
\n" ); document.write( "c = 200 + 600
\n" ); document.write( "c = 800
\n" ); document.write( "Find b using the 2nd equation, replace c with 800
\n" ); document.write( "b + 800 = 1800
\n" ); document.write( "b = 1800 - 800
\n" ); document.write( "b = 1000
\n" ); document.write( ":
\n" ); document.write( "We have:
\n" ); document.write( " Al spent 200
\n" ); document.write( " Bill spent 1000
\n" ); document.write( " Carl spent 800
\n" ); document.write( ":
\n" ); document.write( "you can check and see if all this adds up\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );