document.write( "Question 676909: A bridge charges cars 4.00 and trucks 6.00 to go over. If 200 vehicles go over the bridge and the toll operator collect 860 dollars how many of the vehicles were trucks? I know the answer is 30 trucks but how do I figure it out in a formula. \n" ); document.write( "
Algebra.Com's Answer #420966 by partha_ban(41)\"\" \"About 
You can put this solution on YOUR website!
Let, t = number of trucks
\n" ); document.write( "Therefore number of cars = 200 - t
\n" ); document.write( "By condition,
\n" ); document.write( "4 * (200 - t) + 6t = 860
\n" ); document.write( "800 - 4t + 6t = 860
\n" ); document.write( "2t = 860 - 800
\n" ); document.write( "2t = 60
\n" ); document.write( "t = 60/2 = 30
\n" ); document.write( "Therefore, number of trucks were 30
\n" ); document.write( "
\n" );