You can only cut down a integer number of trees. So you might look at a few integer values for x. As x get large the –x4 term dominates the expression for big losses. x = 0 is easy P(x) = -6. Without cutting any trees you have lost money Put x = 1 and you get for the terms in order -1 + 1 + 7 -1 -6 = 0. So P(x) crosses zero just before you cut the first tree. So you make a profit on only 1 tree. However when x=10 you are back into no profit. So compute a few values for x = 1,2,3,4,5,6,7,8,9.
Answer:
k is the option that makes sense
Answer:
8
Step-by-step explanation:
area of a triangle= b x h x 1/2 or b x h /2
the base is 4 and the height is 4
4x4/2
=16/2
=8
Answer: P(odd) = 0.499
Step-by-step explanation:
Given:
Total number of people = 20
Number of men = 12
Number of women = 8
Number of jury to be selected = 6
For the jury to have an odd number of women. it must have either of the three.
1. 1 woman , 5 men
2. 3 women, 3 men
3. 5 women, 1 man
The total possible ways of selecting the 6 people jury is;
N = 20C6 = 20!/6!(20-6)!
N = 38760
The possible ways of selecting;
Case 1 : 1 woman, 5 men
N1 = 8C1 × 12C5
N1 = 8 × 792 = 6336
Case 2 : 3 women , 3 men
N2 = 8C3 × 12C3
N2 = 12320
Case 3 : 5 women, 1 man
N3 = 8C5 × 12C1
N3 = 672
P(Odd) = (N1+N2+N3)/N
P(odd) = (6336+12320+672)/38760
P(odd) = 19328/38760
P(odd) = 0.499