Answer: 1) 97 – 39 2) 812,344 – 187,675 3) 321 + 79. Directions: Estimate the product using front end estimation. 4) 315 x 821 5) 562 x 791
Step-by-step explanation:hope i helped
Answer: D
Step-by-step explanation:
If the equation is f(x) = 9x^2 -12, you can solve for the inverse by switching the x and y like this.
x = 9y^2-12.
Then you solve for y.
x = 9y^2-12.
x+12=9y^2
y^2=(x+12)/9
y=sqrt((x+12)/9)
y=sqrt((x+12))/3 which is D
Answer:
C and D
Step-by-step explanation:
(X-3)(X+7)=0
X-3=0 X+7=0
X=3 X=-7
Answer:
Step-by-step explanation:
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