There are 109 terms in given series.
According to the statement
we have given that the sum of series is AP series and
This is 19 20.5 22 23.5 ... 181
And the sum of series is 10,900
Now, we have to find the number of terms in the series.
Then we use the summation formula which is
S = n/2 (a + L)
Substitute the all given values in it like
L = 181
A = 19 and S= 10,900
then
10,900= n/2(19+181)
10,900= n/2(200)
After solve the equation for n
10,900= 100n
n = 10,900 / 100
n = 109
There are 109 terms in given series.
So, There are 109 terms in given series.
Learn more about SERIES here brainly.com/question/6561461
#SPJ1
Answer:
The domain of the function is all real numbers.
Step-by-step explanation:
I graphed the function on the graph below.
If this answer is correct, please make me Brainliest!
Answer:
16 hours
Step-by-step explanation:
14 hours + 1 hour + 1 hour = 16 hours
Answer: $12*0.05=$0.60. Then, add this amount to his current hourly rate. So he now makes $12.60.
Answer:
Answered
Step-by-step explanation:
Length is stored in variable named length
the width in one named width
the expression for the diagonal of the rectangle can be written as
double diagonal = Math.sqrt(Math.pow(length,2) + Math.pow(width,2))