Day 4: F.54 ( every interior angle in a Pentagon is 108 degrees the line bisects one of the angles so the answer 54.
Day 5 may be messed up
Answer:
d= 3√5
Step-by-step explanation:
Using JAVA:
int sum = 0;
int k = 1;
while(sum <= 2000) {
sum += 3*k*k;
k++;
}
System.out.println(k);
Output: 14
Which means it will take 14 terms for the series to surpass 2000
Answer:
Angle 1: 150°
Angle 2: 30°
Angle 3: 150°
Step-by-step explanation:
1 is 150° because a line is 180° total, and 180-30= 150°
2 is 30° because they are the same angle just reflected across the y-axis.
3 is 150° because they are the same angle as 1 just reflected across the x-axis.
I believe you multiply the 2 numbers, then divide by two