Answer:
im pretty sure its 24
Step-by-step explanation:
because 12+12=24
Answer:
M<1 80 by the corresponding angles postulate
Step-by-step explanation:
Answer:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Step-by-step explanation:
This is the fibonacci sequence with each term times x.
Notice, you are adding the previous two terms to get the third term per consecutive triples of the sequence.
That is:
1x+1x=2x
1x+2x=3x
2x+3x=5x
3x+5x=8x
So since we need the two terms before the third per each consecutive triple in the sequence, our recursive definition must include two terms of the sequence. People normally go with the first two.
f(1)=1x since first term of f is 1x
f(2)=1x since second term of f is 1x
Yes, I'm naming the sequence f.
So I said a third term in a consecutive triple of the sequence is equal to the sum of it's two prior terms. Example, f(3)=f(2)+f(1) and f(4)=f(3)+f(2) and so on...
Note, the term before the nth term is the (n-1)th term and the term before the (n-1)th term is the (n-2)th term. Just like before the 15th term you have the (15-1)th term and before that one you have the (15-2)th term. That example simplified means before the 15th term you have the 14th and then the 13th.
So in general f(n)=f(n-1)+f(n-2).
So the full recursive definition is:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Answer:
To give more clarity to the question, lets examine the attached back-to-back stem plot.
A)
Having examined the stem plot, we can using quick calculations, summarize that:
The mean (40.45 cal/kg) and median (41 cal/kg) daily caloric intake of ninth-grade students in the rural school is higher than the corresponding measures of center, mean (32.6 cal/kg) and median (32 cal/kg), for ninth-graders in the urban school.
The median and the mean for the students in the 9th grade in the urban school is lower than that of those of their contemporaries in the rural school. The respective medians and means are stated below:
Urban 9th Grade Students
Median = 32 cal/kg
Mean = 36 cal/kg
Rural 9th Grade Students
Median = 41 cal/kg
Mean = 41 cal/kg
Please note that all figures above have been approximated to the nearest whole number.
B)
It is unreasonable to generalize the findings of this study to all rural and urban 9th-grade students in the United States because the sample is too small compared to the target population size.
To allow for generalization, they would have to collect and analyze more samples say from every state within America.
Cheers!