document.write( "Question 1031877: John and his family are planning a trip to Vancouver , British Columbia. They are choosing between three options. Trip A last for 5 days. Trip B lasts for 7 days. Trip C costs $2850 for 9days. Trip C is twice the cost of Trip B, minus $1750. Trip B is twice the cost of Trip A, minus $200. How much does Trip A cost? \n" ); document.write( "
Algebra.Com's Answer #805380 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
A = cost of trip A
\n" ); document.write( "B = cost of trip B
\n" ); document.write( "C = cost of trip C = 2850\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "C = 2B - 1750
\n" ); document.write( "2850 = 2B - 1750
\n" ); document.write( "2B = 4600
\n" ); document.write( "B = 2300\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "B = 2A - 200
\n" ); document.write( "2300 = 2A - 200
\n" ); document.write( "2A = 2500
\n" ); document.write( "A = 1250\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Trip A costs $1250.
\n" ); document.write( "
\n" );