Monte G. answered 05/25/16
Tutor
4.8
(347)
Professional Software Developer willing to tutor
The answer is A
Let V = van capacity
Let B = Bus Capacity
We have the following parallel equations based on the description of how many were filled. (note that this would be much more complex but more likely situation where vans or buses were partially filled).
1. V+B = 34
2. V + 10*B = 250
Lets used equation #1 to express B as a function of V
B = 34 - V
Now we can replace B in equation 2 with an expression of V. this will simplify equation 2 to an equation with one unknown.
V + 10(34-V) = 250
V + 340-10V = 250
-9V + 340 = 250
-9V = =90
9V = 90
V = 10
Now, we plug the value V into our simplified equation 1 to get
B = 34-10
B = 24