Respuesta :
Answers:
- 23 blue monsters
- 1 purple monster
- 27 yellow polka-dotted monsters
================================================
Explanation:
x = number of blue monsters
y = number of purple monsters
z = number of yellow polka-dotted monsters
x,y,z are positive whole numbers
Let's count the number of heads. We can say
x+y+z = 51
because there are 51 heads from all the monsters combined, and each monster has 1 head.
Now to the number of arms.
- 5x = number of arms from the blue monsters (5 arms each)
- 4y = number of arms from the purple monsters (4 arms each)
- 2z = number of arms from the yellow monsters (2 arms each)
Gracie counted 173 arms in total, so,
5x+4y+2z = 173
Lastly, the number of feet
- 4x = number of feet from the blue monsters (4 feet each)
- 2y = number of feet from the purple monsters (2 feet each)
- 3z = number of feet from the yellow monsters (3 feet each)
She counted 175 feet in total, giving us this third equation
4x+2y+3z = 175
---------------
We have this system of three equations and three unknowns.
[tex]\begin{cases}x+y+z = 51\\5x+4y+2z = 173\\4x+2y+3z = 175\end{cases}[/tex]
which honestly seems really tricky to solve.
There are a number of approaches we could take. I'll use substitution.
Let's solve for z in the first equation
[tex]x+y+z = 51\\z = 51-x-y\\[/tex]
which we can then plug into the other equations.
Plug it into the second equation to get
[tex]5x+4y+2z = 173\\5x+4y+2(51-x-y) = 173\\5x+4y+102-2x-2y = 173\\3x+2y+102 = 173\\3x+2y = 173-102\\3x+2y = 71\\[/tex]
Repeat for the third original equation mentioned
[tex]4x+2y+3z = 175\\4x+2y+3(51-x-y) = 175\\4x+2y+153-3x-3y = 175\\x-y+153 = 175\\x-y = 175-153\\x-y = 22\\[/tex]
---------------
We have this reduced system of equations with two unknowns and two equations this time
[tex]\begin{cases}3x+2y = 71\\x-y = 22\end{cases}[/tex]
We'll use the same idea as earlier: Solve for one variable, then plug it into the other equation.
Let's solve for x in this new equation 2
[tex]x-y = 22\\x = 22+y[/tex]
Then plug this into the first equation. Afterward, solve for y.
[tex]3x+2y = 71\\3(22+y)+2y = 71\\66+3y+2y = 71\\66+5y = 71\\5y = 71-66\\5y = 5\\y = 5/5\\y = 1\\[/tex]
Then we'll use this y value to find x
[tex]x = 22+y\\x = 22+1\\x = 23\\[/tex]
Lastly, we'll use those x and y values to find z
[tex]z = 51-x-y\\z = 51-23-1\\z = 27\\[/tex]
---------------
To summarize, we found
- x = 23
- y = 1
- z = 27
This means there are
- 23 blue monsters
- 1 purple monster
- 27 yellow polka-dotted monsters
There's probably a (much) faster way to solve this, but it's not coming to mind at the moment.