Given:
adults = x
male = 7x + 1
female = (7x + 1)/2
total number of people = 82
x + (7x + 1) + [(7x +1)/2] = 82
2x/2 + (14x + 2)/2 + (7x + 1)/2 = 82
2x + 14x + 2 + 7x + 1 = 82 * 2
23x + 3 = 164
23x = 164 - 3
23x = 161
x = 161/23
x = 7
adults = x = 7
males = 7x + 1 = 7(7) + 1 = 49 + 1 = 50
females = (7x+1)/2 = 50/2 = 25
7 + 50 + 25 = 82
Answer:
Step-by-step explanation:
The slope-intercept form:
m - slope
b - y-intercept
We have
Parallel lines have the same slope. Therefore we have the equation:
The line passes through the point (-3, -5). Put the coordinates of the point to the equation and solve it for b:
<em>add 1.8 to both sides</em>
Finally we have:
The graph<span> of an </span>inequality in two variables<span> is the set of points that represents all solutions to the </span>inequality<span>.
A </span>linear inequality<span> divides the coordinate plane into </span>two <span>halves by a boundary line where one half represents the solutions of the </span>inequality. The boundary line is dashed for > and < and solid for ≤ and ≥.<span>A way to solve a linear system algebraically is to use the substitution method.
</span>The graphs of equations<span> within a </span>system<span> can </span>tell<span> us how </span>many solutions<span> exist for </span>Infinite Solutions<span>. </span>If <span>the graphs of the </span>equations<span> intersect, then there is </span>one solution<span> that is true for Looking at the graph does </span>not tell<span> us exactly where that point is, but we don't So a </span>system<span> made of two intersecting lines </span>has one solution.
Two equations that have the same solution are called equivalent<span> equations e.g. The addition </span>property<span> of equality tells us that adding the same number to. We can also </span>use<span> this example with the pieces of wood to explain the </span><span>are </span>equal<span> as well.</span>
Distribute the 9 to each term in the parentheses with multiplication.
9(3 + x) = 27 + x
But this is usually written as x + 27
Answer:
1) f(g(2)) = 24
2) f(g(-1)) = -4
Step-by-step explanation:
1) GIven f(x) = x²+2x and g(x) = 2x
f(g(x)) = f(2x)
f(2x) = (2x)² + 2(2x)
f(2x) = 4x² + 4x
f(g(x)) = 4x² + 4x
f(g(2)) = 4(2)² + 4(2)
f(g(2)) = 16+8
f(g(2)) = 24
2) f(x) = x+1 and g(x) = 5x
f(g(x)) = f(5x)
f(5x)= 5x + 1
f(g(x)) = 5x + 1
f(g(-1)) = 5(-1) + 1
f(g(-1)) = -5+1
f(g(-1)) = -4