
Jennifer H. answered 03/27/20
PhD in Physics with Teaching/Tutoring Experience
I think you have a few typos in your problem, but that's OK -- probably autocorrect? But let's assume that I've understood what words should have been there.
First off, let's look at the equation W = 8s + 2b . The number 8 (the coefficient of s) is saying that if one person skates, they will be using 8 wheels (presumably, they use 2 skates and each skate has 4 wheels). The number 2 is saying that if one person bikes, they will be using the 2 wheels on the bicycle.
So, in the first example, Michael skates and his three friends bike. So, s is 1 (1 person skating), b is 3 (3 people biking), and the total number of wheels W is 8 + 2 · 3, or 8 + 6 = 14 wheels (I'm assuming the word "videos" is a typo and should have been "wheels"?).
If everyone skates, there are 4 people, so s is 4 and b is 0, and there are 4 * 8 = 32 wheels.
For the last question, we are not given either s or b directly. But we know that the total of s and b is the 4 people in their group, and the total number of wheels W is 26, so we can write two equations:
s + b = 4
26 = 8s + 2b
Now we need to solve these two equations for s and b. I like to start by simplifying the second equation by dividing it all by 2, and rewriting the first equation so that left/right sides are swapped:
4 = s + b
13 = 4s + b
Now subtract the first equation from the second to get:
9 = 3s or s = 3
Substitute that into the first equation to find out that b = 1 -- so, 3 people skated, and 1 person biked, to get a total of 3 · 8 + 2 = 26 wheels.