Answer:
-54
Step-by-step explanation:
Substitute the numbers for the variables.
-(5)+7(-7)
=-5-49
=-54
First, let's start off by simplifying as much as possible before factoring.
5d^2 - 50d + 125
We can divide all the numbers by 5 in order to simplify it:
5(d^2 - 10d + 25)
Now all we need to do is factor.
Since -5*-5 = 25 and -5 - 5 = -10, we can use this to factor:
5(d - 5)(d - 5)
Or
5(d - 5)^2
<span>4(x+4) = 35 is the correct answer</span>
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