11 squared is 121
20 squared is 400
121+400= 521
The approximate square root of 521 is approximately 22.8254
Answer:
Step-by-step explanation:
a1=2/3
sequence is 2/3,3/4,4/5,...
for numerator a1=2
d=3-2=1
numerator of nth term=a1+(n-1)d=2+(n-1)×1=2+n-1=n+1
denominator = 1 more than numerator=n+1+1=n+2
so an=(n+1)/(n+2)
or for denominator a1=3,d=4-3=1
denominator of nth term=3+(n-1)×1=3+n-1=n+2
an=(n+1)/(n+2)
Answer:
slope is (y1-y2)/x1-x2 pick two points on the line
Step-by-step explanation:
There are 25 species of trees, each with a known abundances. The question is how many possible ways to randomly select one tree there are.
We should calculate the number of combinations. Combinations, because we select item/s from a collection. In this case, when we select only one item, the combination is also a permutation. From set of n objects we select r. In our case: n=25, r=1.
The equation is: n!/r!(n-r)!= 25!/1!*24!=25*24!/24!=25
There are 25 different outcomes (events).