The area of a paralellogram is bh
each dimention is multiplied by n
b turns to bn
h turns to hn
bh turns to (bn)(hn) or bnhn or bhn²
expression is bhnn or bhn² or bhn^2 (depends if the program will let you enter the exponent)
Answer:
x^2-4x+3
Step-by-step explanation:
Since the zeroes of the quadratic are 1 and 3, we can set up an equation in factored form:
(x-1)(x-3)
=x^2-4x+3
We can further check that this is the right answer by evaluating it at the vertex:
(2)^2-4*2+3=-1
Since that corresponds to the graph, the answer is x^2-4x+3
2.5 years
~You need to set this problem up in the I=PRT form. This should be your formula then, 450=2400(.075)(t). Then do 2400 times .075 and then times that by t which equals 180t. To get rid of that t then take 450 divided by 180 and you get 2.5. Remember when working with rates put them in decimal form also but your time in years.
I hope this helps you:)
Answer:
1. Percent
2. Number
Step-by-step explanation:
f(n) is the nth term
Each term f(n) is found by adding the terms just prior to the nth term. Those two terms added are f(n-1) and f(n-2)
The term just before nth term is f(n-1)
The term just before the (n-1)st term is f(n-2)
----------------
For example, let's say n = 3 indicating the 3rd term
n-1 = 3-1 = 2
n-2 = 3-2 = 1
So f(n) = f(n-1) + f(n-2) turns into f(3) = f(2) + f(1). We find the third term by adding the two terms just before it.
f3) = third term
f(2) = second term
f(1) = first term