Answer:
2
Step-by-step explanation:
Answer: Choice D

This basically says "the nth term is found by computing math, aka evaluating some function, based on the (n-1)th term".
As an example, we could have a function that simply squares the input
Let's say we started at 5. It squares to 25 which in turns squares to 625, and so on. Each new term is based on the old term. Namely, we squared the old n-1 term to get the new nth term.
Answer:
use m a t h w a y
really easy to use
works for all algebraic equations
Step-by-step explanation:
Answer: B. 2 = 3x + 10x2
Step-by-step explanation:
This is the concept of quadratic equations; We required to find the type of equation that can be solved using the model that has been used to solve the equation such that the answer is:
[-3+-sqrt(3^2+4(10)(2))]/(2(10))
The formual that was applied here was a quadratic formula given by:
x=[-b+\-sqrt(b^2-4ac)]/2a
whereby from the our substituted values above,
a=10,b=3 and c=-2
such that the quadratic equation will be:
10x^2+3x-2
Answer:
x = 3 , y = 1
Step-by-step explanation:
2x + y = 7
3x + y = 8
solution
2x + y = 7-----------(1)
3x - y = 8------------(2)
from equation 1
2x + y = 7
y = 7 - 2x-------------(3)
substitute equation 3 into equation 2
3x - y = 8
3x - (7 - 2x) = 8
3x - 7 + 2x = 8
3x + 2x = 8 + 7
5x = 15
divide through by the coefficient of x
5x/5 = 15/5
x = 3
to find y
substitute x into equation 1
2x + y = 7
2(3) + y = 7
6 + y = 7
y = 7 - 6
y = 1