Answer:
8, 13, 21
Step-by-step explanation:
This is a part of the Fibonacci sequence. it is where you add the two previous numbers together to get the third.
<u><em>Ex. </em></u>
<u><em>1+1 = 2</em></u>
<u><em>1+2 = 3</em></u>
Answer:
7/10
Step-by-step explanation:
1/5=6
10%=3
30-6-3
21
21/30=7/10
Answer:
x = 5 , y = 15
Step-by-step explanation:
You can solve this using substitution.
Let the quantity of cheese wafers be denoted by x and the quantity of chocolate wafers denoted by y
2x + 1y = 25
x + y = 20
These two equations are the answer to part A, (remember to include the above prompt which says what x and y denote).
For part B I used substitution because it was more applicable to the question then addition or elimination.
ACTUAL WORK
Set 2x + 1y = 25 equal to x
x = 25 - y / 2
Replace x with y in the second equation
(25 - y / 2) + y = 20
And solve for y
y = 15
Since we know what y is we can replace y in the second equation and find what x is
x + 15 = 20
Solve for x
x = 5
Answer:
24 Domain: s>=2 or s<=-2
25. 3x^2 +14x +10
26. x^2 -2x+5
Step-by-step explanation:
24. Domain is the input or s values
square roots must be greater than or equal to zero
s^2-4 >=0
Add 4 to each side
s^2 >=4
Take the square root
s>=2 or s<=-2
25. f(g(x)) stick g(x) into f(u) every place you see a u
f(u) = 3u^2 +2u-6
g(x) = x+2
f(g(x) = 3(x+2)^2 +2(x+2) -6
Foil the squared term
= 3(x^2 +4x+4) +2x+4-6
Distribute
= 3x^2 +12x+12 +2x+4-6
Combine like terms
=3x^2 +14x +10
26 f(g(x)) stick g(x) into f(u) every place you see a u
f(u) = u^2+4
g(x) = x-1
f(g(x) = (x-1)^2 +4
Foil the squared term
= (x^2 -2x+1) +4
= x^2 -2x+5