Answer:
9 pigs
Step-by-step explanation:
We have the following numbers of heads:
pigs (p) + chickens (c) = 16 animal heads (1)
And the following numbers of feet:
4p + 2c = 50 animal feet (2)
From equation (1):
p = 16 - c (3)
By entering equation (3) into (2) we have:
4(16 - c) + 2c = 50
64 - 4c + 2c = 50
c = 7
Now, entering the value of c into equation (3) we have the next value of p:
p = 16 - c
p = 16 - 7
p = 9
Therefore, the number of pigs that Henry has is 9.
I hope it helps you!
The area and the width are known as 60 and 12 respectively. Rearranging that equation above, and plugging the values, one gets the value of the length of the rectangle as 5.
If the given differential equation is

then multiply both sides by
:

The left side is the derivative of a product,
![\dfrac{d}{dx}\left[\sin(x)y\right] = \sec^2(x)](https://tex.z-dn.net/?f=%5Cdfrac%7Bd%7D%7Bdx%7D%5Cleft%5B%5Csin%28x%29y%5Cright%5D%20%3D%20%5Csec%5E2%28x%29)
Integrate both sides with respect to
, recalling that
:
![\displaystyle \int \frac{d}{dx}\left[\sin(x)y\right] \, dx = \int \sec^2(x) \, dx](https://tex.z-dn.net/?f=%5Cdisplaystyle%20%5Cint%20%5Cfrac%7Bd%7D%7Bdx%7D%5Cleft%5B%5Csin%28x%29y%5Cright%5D%20%5C%2C%20dx%20%3D%20%5Cint%20%5Csec%5E2%28x%29%20%5C%2C%20dx)

Solve for
:
.
Answer:
y = -0.25x - 6
Step-by-step explanation:
You can either just read off the slope m = -0.25 and the intersection with the vertical n = -6 or you form a system of equations from points you choose on the graph. For example:
(0,-6);(4,-7)
The general equation for a line:
y = m*x + n
The two points on the graph form a system of two equations:
1. -6 = m*0 + n
2. -7 = m*4 + n
You can read off n right away fro equation 1:
n = -6
Plugging n into equation 2:
-7 = m*4 - 6 => -1 = m*4 => m = -1/4