Answer: since the parent function is f(x), then i think....
f(x) + 5 is the shifted 5 units up of f(x)
then the first answer is correct
f(x - 8) is 8 shifted 8 units right of f(x)
then the second answer is wrong,
f(x) is replaced by 4f(x) means it stretched vertically by a factor of 4
the the third answer is correct
f(x) is replaced with f(3x) compressed horizontally by a scale factor of 1/3
then the fourth answer is correct
Step-by-step explanation: i hope this makes since and sorry if it doesn't so the first is correct, second is wrong, third is correct, and fourth is also correct. and no there well be no links. (sorry if you do want links)
and maybe a brainliest
Let's to the first example:
f(x) = x^2 + 9x + 20
Ussing the formula of basckara
a = 1
b = 9
c = 20
Delta = b^2 - 4ac
Delta = 9^2 - 4.(1).(20)
Delta = 81 - 80
Delta = 1
x = [ -b +/- √(Delta) ]/2a
Replacing the data:
x = [ -9 +/- √1 ]/2
x' = (-9 -1)/2 <=> - 5
Or
x" = (-9+1)/2 <=> - 4
_______________
Already the second example:
f(x) = x^2 -4x -60
Ussing the formula of basckara again
a = 1
b = -4
c = -60
Delta = b^2 -4ac
Delta = (-4)^2 -4.(1).(-60)
Delta = 16 + 240
Delta = 256
Then, following:
x = [ -b +/- √(Delta)]/2a
Replacing the information
x = [ -(-4) +/- √256 ]/2
x = [ 4 +/- 16]/2
x' = (4-16)/2 <=> -6
Or
x" = (4+16)/2 <=> 10
______________
Now we are going to the 3 example
x^2 + 24 = 14x
Isolating 14x , but changing the sinal positive to negative
x^2 - 14x + 24 = 0
Now we can to apply the formula of basckara
a = 1
b = -14
c = 24
Delta = b^2 -4ac
Delta = (-14)^2 -4.(1).(24)
Delta = 196 - 96
Delta = 100
Then we stayed with:
x = [ -b +/- √Delta ]/2a
x = [ -(-14) +/- √100 ]/2
We wiil have two possibilities
x' = ( 14 -10)/2 <=> 2
Or
x" = (14 +10)/2 <=> 12
________________
To the last example will be the same thing.
f(x) = x^2 - x -72
a = 1
b = -1
c = -72
Delta = b^2 -4ac
Delta = (-1)^2 -4(1).(-72)
Delta = 1 + 288
Delta = 289
Then we are going to stay:
x = [ -b +/- √Delta]/2a
x = [ -(-1) +/- √289]/2
x = ( 1 +/- 17)/2
We will have two roots
That's :
x = (1 - 17)/2 <=> -8
Or
x = (1+17)/2 <=> 9
Well, this would be your answers.
A place I go to graph is go to desmos. It works well for this. All you have to do is snip the picture of your graph
Answer:
24
Step-by-step explanation:
Factorial is applicable only for natural numbers and 0.
0! =1 trivially.
FOr other numbers, factorial is defined as 1x2x...n
For example 1! = 1
2! = 1x2 = 2
and so on.
i.e. n! = product of all natural numbers from 1 to n
= 1x2x....n
Using the above
we have n =4
Natural numbers from 1 to 4 are 1,2,3,4
Find the product of these 4 natural numbers to get 4!
4! = 1x2x3x4 = 24