You have to divide 28 divided by 12 equals 2.3%
Use Heron's Formula:
s means semi-perimeter = (50 + 31 + 18) / 2 = 99 / 2 =
49.5
area = sq root [(s * (s-a) * (s-b) * (s-c)]
area = sq root [(49.5 * (s-a) * (s-b) * (s-c)]
This will NOT form a triangle. The longest side (50) is greater than the sum of the other 2 sides.
Source:
http://www.1728.org/trianinq.htm
5 out of 20 cars are red
Therefore 1 out of 4 cars is red
1/4 of cars are red
1/4 x 100 = 25 red cars
So the difference between 45 and 10 is..
35 (omygad)
You have to divide 35/5 to get the average drop in the temperature PER HOUR, meaning 7 degrees per hour.
A recursive sequence is a sequence of numbers whose values are determined by the numbers that come before them in the sequence.
We’re given a sequence whose (n + 1)-th term f(n + 1) depends on the value of the n-th term f(n), specified by the recursive rule
f(n + 1) = -4 f(n) + 3
We’re also given the 1st term in the sequence, f(1) = 1. Using this value and the recursive rule, we can find the next term f(2). (Just replace n with 1.)
f(1 + 1) = -4 f(1) + 3
f(2) = -4 • 1 + 3
f(2) = -1
We do the same thing to find the next term f(3) :
f(2 + 1) = -4 f(2) + 3
f(3) = -4 • (-1) + 3
f(3) = 7
One more time to find the next term f(4) :
f(3 + 1) = -4 f(3) + 3
f(4) = -4 • 7 + 3
f(4) = -25