Short answer: I don't know, but that doesn't mean I can't give you something that you can decide for yourself.
y = 4*2^(2n - 2) is the pattern.
Go for broke. Try n = 4. You should get 256. Let's try it.
y = 4 * 2^(2*4 - 2)
y = 4 * 2^(8 - 2)
y = 4 * 2^6
y = 4 * 64
y = 256 yup it works.
The other end is just as important. Suppose n = 1
Then y = 4 * 2^(2*1 - 2) = 4 * 2^0 = 4*1 = 4 Both work.
If this formula is correct, we can abbreviate it to make your task easier.
y = 4 * 2^(2n - 2)
y = 2^2 * 2^(2n - 2)
y = 2^(2n - 2 + 2)
y = 2^(2n) Now try the two end points again.
n = 4
y = 2^(2*4)
y = 2^8
y = 256
n = 1
y = 2^(2*1)
y = 2^2
y = 4 which again checks.
so y = 2^(2n) I think is an exponential function.
Sorry my explanation is so long.
Answer: The correct factors are
(x-1) and (x+2)
Step-by-step explanation:
Step one :
To factorize the equation
x²– x – 2=0
First we look for numbers that when multiplied will result to the constant term and when added will result to the second term (1x, - 2x)
Step two :
We replace the second term with these factors we have
x²–(x-2x)–2=0
x²–x+2x–2=0
Factoring the expression we have
x(x–1)+2(x–1)=0
Hence the factors will be
(x-1) and (x+2)
Answer:
<u>The budget for defense can be represented as x + 660.4</u>
Step-by-step explanation:
1. Let's review the information provided to us to answer the question correctly:
Budget for education is $ 660.4 billion less than budget for defense in some country
x = represents the budget for education, in billion of dollars
2. How can the budget for defense be represented?
x = represents the budget for education, in billion of dollars
x + 660.4 = represents the budget for defense, in billion of dollars also
<u>The correct answer is that the budget for defense can be represented as x + 660.4</u>
Answer:
The complement of an angle is what, when added to it, equals 90 degrees (90°). For example, in your problem, 90°-85°=5°. This means that the complement of 85° is 5°, since they add up to equal 90 degrees a right angle.
The supplement of an angle is what, when added to it, equals 180 degrees.
For example, in your problem, 180°-85°=95°. This means that the supplement of 85° is 95°, since they add up to equal 180 degrees a straight angle.