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
F(6) means that for every value of x in the function, you plug in a 6. So,
f(6) = 2(6)^2 + 5*sqrt((6) - 2)
This equals 82.
It's trivial..
1. B
2. C
3. E
4. D
5. A
Answer:
92
Step-by-step explanation:
i will give you process,
x + 48° + 40° = 180° (being angle in a triangle)
or, x + 88° = 180°
or, x = 180° - 88° = 92°
Therefore, x = 92
Copy the same process