Answer:
D) x = ± 2√5 - 4
Step-by-step explanation:
2x² + 16x - 8 = 0
Yah, i plugged this into m a t h w a y
(all of ur questions pretty much can use this app or website)
Answer:
Data Set 1: 20
Data Set 2: 25
Step-by-step explanation:
Range = maximum value - minimum value
Range of Data Set 1:
Maximum value of data set 1 = 40
Minimum value of data set 1 = 20
Range of Data Set 1 = 40 - 20 = 20
Range of Data Set 2:
Maximum value of data set 2 = 60
Minimum value of data set 2 = 35
Range of Data Set 2 = 60 - 35 = 25
Answer:
2
Step-by-step explanation:
3*(-2)to power of 2 + 5*-2
= 3*4 + 5*-2
= 12 + -10 = 2
x and y i think, I haven't done that in a long time.
Answer:
2
I am taking my first programming course, so my apologies if this is a dumb question/possibly classified by the wrong category on this site. One of the exercise problems I am working on is the following:
Define a function print_total_inches, with parameters num_feet and num_inches, that prints the total number of inches. Note: There are 12 inches in a foot. Ex:
print_total_inches(5, 8) prints:
Total inches: 68
Step-by-step explanation: