document.write( "Question 1094622: The Girls Soccer team held a fundraising car wash. They charged 5$ of each car and 8$ for each van. They washed 44 cars and vans and collected 262$. How many of each vehicle did they wash. \n" ); document.write( "
Algebra.Com's Answer #709174 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! For 44 cars, the amount they collected would have been 44*5 = 220 dollars, but the total was 262 dollars, which is 42 dollars more. \n" ); document.write( "Each van costs $3 more than each car. $42 \"extra\", divided by $3 \"extra\" for each van, means 42/3 = 14 vans. And that leaves 30 cars. \n" ); document.write( "check: 30(5)+14(8) = 150+112 = 262 \n" ); document.write( "or, using algebra... \n" ); document.write( "let x = the number of cars \n" ); document.write( "then 44-x = number of vans \n" ); document.write( "$5 for each car, plus $8 for each van, made a total of $262: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "number of cars: x = 30 \n" ); document.write( "number of vans: 44-x = 14 \n" ); document.write( " |