Answer:
D
Step-by-step explanation:
12/6 is 2 and the the exponents when you are dividing you just subtract. so 9-3 = 6 which makes it x^6.
You solve this by plugging one equation into the other. Usually you have to rewrite one equation to make this work. In this case I choose to rewrite y-4x=0 as y=4x.
After plugging it into the second, you get:
3x + 6*4x = 9 => 27x = 9 => x=1/3
Putting this solution back into y=4x gives us y=4/3
Answer:
Step-by-step explanation:
The original price of the jacket at the store is $50.
Evan has a coupon for 15$ off. This means that the amount that Evans will pay is the original price - 15% of the original price. It becomes
50 - (15/100 × 50) = 50 - 7.5 = $42.5
Max pays only 0.6 of the price because his father works at the store.
This means that the amount that Max will pay is 0.6 × the original price. It becomes
0.6 × 50 = $30
Max will pay the least amount because his amount is smaller
Answer:
80
General Formulas and Concepts:
<u>Pre-Algebra</u>
Order of Operations: BPEMDAS
- Brackets
- Parenthesis
- Exponents
- Multiplication
- Division
- Addition
- Subtraction
Step-by-step explanation:
<u>Step 1: Define</u>
2⁴ · 5
<u>Step 2: Evaluate</u>
- Exponents: 16 · 5
- Multiplication: 80
Answer:
Tn = 2Tn-1 - Tn-2
Step-by-step explanation:
Before we can generate the recursive sequence, we need to find the nth term of the given sequence.
nth term of an AP is given as:
Tn = a+(n-1)d
If a17 = -40
T17 = a+(17-1)d = -40
a+16d = -40 ...(1)
If a28 = -73
T28 = a+(28-1)d = -73
a+27d = -73 ...(2)
Solving both equations simultaneously using elimination method.
Subtracting 1 from 2 we have:
27d - 16d = -73-(-40)
11d = -73+40
11d = -33
d = -3
Substituting d = -3 into 1
a+16(-3) = -40
a - 48 = -40
a = -40+48
a = 8
Given a = 8, d = -3, the nth term of the sequence will be
Tn = 8+(n-1) (-3)
Tn = 8+(-3n+3)
Tn = 8-3n+3
Tn = 11-3n
Given Tn = 11-3n and d = -3
Tn-1 = Tn - d... (3)
Tn-1 = 11-3n +3
Tn-1 = 14-3n
Tn-2 = Tn-2d...(4)
Tn-2 = 11-3n-2(-3)
Tn-2 = 11-3n+6
Tn-2 = 17-3n
From 3, d = Tn - Tn-1
From 4, d = (Tn - Tn-2)/2
Equating both common difference
(Tn - Tn-2)/2 = Tn - Tn-1
Tn - Tn-2 = 2(Tn - Tn-1)
Tn - Tn-2 = 2Tn-2Tn-1
2Tn-Tn = 2Tn-1 - Tn-2
Tn = 2Tn-1 - Tn-2
The recursive formula will be
Tn = 2Tn-1 - Tn-2