Answer:
The answer is below
Step-by-step explanation:
An equation shows the relationship between two or more variables. An equation is a statement that shows the equality between expressions. An equation with infinitely many solution is when all numbers are solutions, that is there is no one solution. Example is: x + 3 = x + 3.
When each side of an equation has been simplified, equations that have the same coefficients and the same constants on each side have infinitely many solutions
Answer:
No. Angle 1 is an obtuse angle while angle 2 is an acute angle. obtuse angles are more than 90 degrees, which is more than an acute angle's less than 90 degrees.
Step-by-step explanation:
Answer:
After 120 seconds
Step-by-step explanation:
Here, we want to know the number of seconds after which both spotlights will change colors at the same time again.
Basically, what we want to do here is to
calculate the value with which 30 and 40 have the same multiples or we want to
calculate the lowest common multiple of 30 and 40
The multiples of 30 are 30,60,90,120 etc
The multiples of 40 are 40,80,120 etc
We can see that the lowest common multiple of both is 120
So therefore the spotlights will change colors at the same time after 120 seconds
A, B and D are your answers according to e2020
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get