936936 is the perimeter and perimeter of a square is 4 times the length of one of the sides. therefore, you divide 936936 by 4 and get your answer, which is 234234.
9514 1404 393
Answer:
12 dimes
Step-by-step explanation:
Let q represent the number of quarters. Then the number of dimes is 16-q and the total value is ...
0.25q +0.10(16 -q) = 2.20
0.15q +1.60 = 2.20 . . . . . . . simplify
0.15q = 0.60 . . . . . . . . subtract 1.60
q = 4 . . . . . . . . . . . divide by 0.15
16-q = 12
There are 12 dimes in the collection.
Answer:
Step-by-step explanation:
t1 = a1
t2 = a1 + d
t3 = a1 + 2d
The sum is t1 + t2 + t3 = a1 + a1 + d + a1 + 2d = 3a1 + 3d
Second question
t1 = a1
t2 = a1 + d
t3 = a1 + 2d
t4 = a1 + 3d
...
tn = a1 + (n - 1)*d
Sum = (a1 + a1 + (n- 1)*d) * n / 2
Sum = (2a1 + nd - d) * n / 2
Sum = (2a1*n + n^2*d - nd) / 2