(2,2)
(x1+x2)/2, (y1-y2)/2
(-2+6)/2=(2)
(-2+6)/2=2
Answer:
12
Step-by-step explanation:
The given geometric series is

We want to determine the first term of this geometric series.
Recall that the explicit formula is

To find the first term, we put n=1 to get:

This gives us:


Therefore the first term is 12
50+8
50 represents tens place value, while 8 represents the ones place value.
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
Answer:
5 1/3 mph or 5.33mph
Step-by-step explanation:
1/3 of a mile / 1/16 of an hour = MPH. In order to divide fractions you flip the bottom fraction and multiply across. 1/3 / 1/16 = 1/3 * 16/1 = 16/3 = 5 1/3 = 5.33mph