Answer:
210 people
Step-by-step explanation:
so we know that the number of employees in 2005 is (50)3= 150
so taking 14/10* 150= we get 14*15= 210 people
Answer:
x=24
y=10
z=17
Step-by-step explanation:
These triangles are congruent, which means that the corresponding angles are equal to each other.
Let's start with <em>x</em>. Angle H corresponds to angle N, so we set them equal to each other and slove.
x=24
Next, let's look at z. Angle C corresponds to angle P, so again we set them equal. Z=17.
Finally, we must find y. F and S correspond, but we don't know what the measure of angle S is, but we do know that the interior angles of a triangle add up to 180 degrees, so we solve for angle S and get 115°.
180-(36+115)=29
We now know that angle F equals 29. From solving, we know that Y=10.
<u>Hope this helps :-)</u>
<u>Work is shown (attached)</u>
<u />
Answer:
Step-by-step explanation:
So let a[i] be the input array to the function find_minimum(): . We will use python to present this recursive algorithm
def find_minimum(a, n):
if n == 1:
return a[0]
return min(a[n], find_minimum(a, n - 1))
find_minimum(a, len(a) - 1)
The y intercept of this line is -9
Answer:
(3x+2) (x+2)
Step-by-step explanation:
For a polynomial of the form ax^2 + bx + c and rewrite the middle term as a sum of two terms whose product is a ⋅ c = 3 ⋅ 4 = 12 and whose sum is b = 8
Factor 8 out of 8x
3x^2 + 8 (x) + 4
Rewrite 8 as 2 plus 6
3x^2 + (2+6) x + 4
Apply the distributive property
3x^2 + 2x + 6x +4
Factor out the greatest common factor from each group.
Group the first two terms and the last two terms.
(3x^2 + 2x) + 6x + 4
Factor out the greatest common factor (GCF) from each group.
x(3x+2) + 2(3x+2)
Factor the polynomial by factoring out the greatest common factor,
3x + 2.
Answer: (3x+2) (x+2)
Hope that helps! :)
⋅