The solution is the point of intersection between the two equations.
Assuming you have a graphing calculator or a program to lets you graph equations (I use desmos) you simply put in the equetions and note down the coordinates of the point of intersection.
In the graph the first equation is in blue and the second in red.
The point of intersection = the solution = (-6 , -1)
If you dont have access to a graphing calculator you could draw the graphs by hand;
1) Draw a table of values for each equation; you do this by setting three or four values for x and calculating its image in y (you can use any values of x)
y = 0.5 x + 2 (Im writing 0.5 instead of 1/2 because I find its easier in this format)
x | y
-1 | 1.5 * y = 0.5 (-1) + 2 = 1.5
0 | 2 * y = 0.5 (0) + 2 = 2
1 | 2.5 * y = 0.5 (1) + 2 = 2.5
2 | 3 * y = 0.5 (2) + 2 = 3
y = x + 5
x | y
-1 | 4 * y = (-1) + 5 = 4
0 | 5 * y = (0) + 5 = 5
1 | 6 * y = (1) + 5 = 6
2 | 7 * y = (2) + 5 = 7
2) Plot these point on the graph
I suggest to use diffrent colored points or diffrent kinds of point markers (an x or a dot) to avoid confusion about which point belongs to which graph
3) Using a ruler draw a line connection all the dots of one graph and do the same for the other
4) The point of intersection is the solution
To solve this problem, let us first assign some
variables. Let us say that:
x = pigs
y = chickens
z = ducks
From the problem statement, we can formulate the
following equations:
1. y + z = 30 --->
only chicken and ducks have feathers
2. 4 x + 2 y + 2 z = 120 --->
pig has 4 feet, while chicken and duck has 2 each
3. 2 x + 2 y + 2 z = 90 --->
each animal has 2 eyes only
Rewriting equation 1 in terms of y:
y = 30 – z
Plugging this in equation 2:
4 x + 2 (30 – z) + 2 z = 120
4 x + 60 – 2z + 2z = 120
4 x = 120 – 60
4 x = 60
x = 15
From the given choices, only one choice has 15 pigs. Therefore
the answers are:
She has 15 pigs, 12 chickens, and 18 ducks.