Answer:
is 6
Step-by-step explanation:
just trust me on this one bud o and more thing follow me on tick tock please bro my name is driipyfn
Answer:
They are parallel.
Step-by-step explanation:
They have the same slope, 7, and different y-intercepts, 4, -1/4, so they are parallel.
Answer:
D. The graph of G(x) is the graph of F(x) flipped over the y-axis and
stretched vertically.
Step-by-step explanation:
since there is a negative, there must be a reflection. the reflection is over the y-axis because it is outside the x-value (-F(x) not F(-x))
the same goes for the vertical stretch. we know it is a vertical stretch because the 3 is outside the x-value (3F(x) not F(3x))
Answer:
d. Two complex solutions
Step-by-step explanation:
We have been given a trinomial
and we are supposed to predict the type of solutions of our given trinomial.
We will use discriminant formula to solve for our given problem.
, where,
,
,

Conclusion from the result of Discriminant are:
Upon substituting our given values in above formula we will get,


Since our discriminant is less than zero, therefore, out given trinomial will have two complex solutions and option d is the correct choice.
Pseudocode is below
Step-by-step explanation:
random_number = genRandomInt[1, 100]
get_input = input(“Select a number between 1 and 100: ")
while get_input<100
if get_input >random_number:
print(“the number you selected is high”)
else if get_input < random_number
print(“the number you selected is low”)
else:
print(“correct number!”)
end