Question 1170623
u = number of unicycles
b = number of bicycles
s = number of skateboards.


u + b + s = 65


the shipment had a total of 160 wheels.
the number of bicycle wheels was the same as the number of skateboard wheels.


the number of wheels per unicycle = 1.
the number of wheels per bicycle = 2
the number of wheels per skateboard = 4


the equation for this is:


u + 2 * b + 4 * s = 160


you are given that the number of bicycle wheels was the same as the number of skateboard wheels.


the equation for this is:


2 * b = 4 * s


you have 3 equations that needs to be solved simultaneously.


they are:


u + b + s = 65
u + 2 * b + 4 * s = 160
2 * b = 4 * s


in the equation of 2 * b = 4 * s, solve for b to get:


b = 2 * s


replace b with 2 * s in the other 2 equations to get:


u + 2 * s + s = 65
u + 2 * (2 * s) + 4 * s = 160


combine like terms to get:


u + 3 * s = 65
u + 8 * s = 160


subtract the first equation from the second to get:


5 * s = 95


solve for s to get:


s = 19


since b = 2 * s, then b = 38


in the equation of u + b + s = 65, replace b with 38 and s with 19 to get:


u + 38 + 19 = 65


solve for u to get:


u = 65 - 38 - 19 = 8


your solution is:


number of unicycles = 8
number of bicycles = 38
number of skateboards = 19


confirm your solution by replacing u and b and s with those numbers in both original equations to get:


u + b + s = 65 becomes 8 + 38 + 19 = 65 which becomes 65 = 65, confirming the first equation is true with those numbers.


u + 2b + 4s = 160 becomes 8 + 76 + 76 = 160 which becomes 160 = 160, confirming the second equation is true with those number.


in addition, the number of wheels on the bicycles is equal to the number of wheels on the skateboards which was one of the pieces of given information in the problem.


consequently, the solution is confirmed to be good.