Answer:
1 square unit
Step-by-step explanation:
its easy
1 * 1 = 1
It is $82, you divide 123 by three and multiply by two
Answer:
True.
Step-by-step explanation:
Answer:
The angle is 35 degrees
Step-by-step explanation:
Since this is an isosceles triangle, we know that the two remaining angles must be the same. Set those angles equal to x. Now, we can solve for x by adding those two angles to the third angle and setting equal to 180.
x + x + 110 = 180
2x + 110 = 180
2x = 70
x = 35
Answer:
Y(n) = 7n + 23
Step-by-step explanation:
Given:
f(0) = 30
f(n+1) = f(n) + 7
For n=0 : f(1) = f(0) + 7
For n=1 : f(2) = f(1) + 7
For n=2 : f(3) = f(2) + 7 and so on.
Hence the sequence is an arithmetic progression with common difference 7 and first term 30.
We have to find a general equation representing the terms of the sequence.
General term of an arithmetic progression is:
T(n) = a + (n-1)d
Here a = 30 and d = 7
Y(n) = 30 + 7(n-1) = 7n + 23