Answer:
E=20H
Step-by-step explanation:
E =20 when H=1
there fore the amount he receives per working time will be 20*H
Answer:
x=13 y=10 z=3 d) 260
Step-by-step explanation:
vertex angles are congruent so you can set them equal to each other and solve
and then a straight like adds up to 180 so 180-(7(x-3)+5y)= your missing angle and then that angles is congruent to its opposite so 2(5z+15)=60
Answer:
The Brooks conjecture is true as the proportion of the area of a sector to the area of a circle is only dependent on the angle.
Step-by-step explanation:
The area of a sector for a radius r and an angle θ is given as

Whereas the area of a circle for a radius r is given as

Now the ratio is given as

Here as r is the radius of the circle and it is the same therefore the above ratio is simplified to

Here as π is constant the only variable here is θ. Thus according to Brooks conjecture when the angles are equal, the proportion of area of each sector relative to the area of the given circle is also equal is true.
The first three terms of sequence are 9 , 6 , 3
<em><u>Solution:</u></em>
Given the recursive function f(n) = f(n - 1) - 3
Where f(1) = 9
To find: First three terms of sequence
Substitute n = 2 , n = 3 and n = 4 in given recursive function
When n = 2
f(n) = f(n - 1) - 3
f(2) = f(2 - 1) - 3
f(2) = f(1) - 3
f(2) = 9 - 3 = 6
f(2) = 6
Thus second term is 6
When n = 3
f(3) = f( 3 - 1) - 3
f(3) = f(2) - 3
f(3) = 6 - 3 = 3
f(3) = 3
Thus the third term is 3
When n = 4
f(4) = f( 4 - 1) - 3
f(4) = f(3) - 3
f(4) = 3 - 3
f(4) = 0
Thus the fourth term is 0
Thus first three terms of sequence are 9 , 6 , 3