Answer:
2/10
Step-by-step explanation:
2 of the letters are vowel:
E and I
Answer:
It would be -13.6
Step-by-step explanation:
I used my calculator for this,
-24.65 +25 - 46.75 + 32.80 = -13.6
Answer:
The greatest prime factor of 38 is 19
Answer:
Ron has 15 nickels and 9 quarters
Step-by-step explanation:
Create a system of equations where n is the number of nickels and q is the number of quarters he has:
n + q = 24
0.05n + 0.25q = 3
Solve by elimination by multiplying the top equation by -0.25
-0.25n - 0.25q = -6
0.05n + 0.25q = 3
Add them together and solve for n:
-0.2n = -3
n = 15
So, Ron has 15 nickels. Find how many quarters he has by subtracting 15 from 24:
24 - 15
= 9
So, Ron has 15 nickels and 9 quarters.
Answer:
What is the point used in the equation of the line y+4=1/2(x-2)
The other format for straight-line equations is called the "point-slope" form. For this one, they give you a point (x1, y1) and a slope m, and have you plug it into this formula:
y - y1 = m(x - x1)
Don't let the subscripts scare you. They are just intended to indicate the point they give you. You have the generic "x" and generic "y" that are always in your equation, and then you have the specific x and y from the point they gave you; the specific x and y are what is subscripted in the formula. Here's how you use the point-slope formula
They've given me m = 4, x1 = -1, and y1 = -6. I'll plug these values into the point-slope form, and solve for "y=":
y - y1 = m(x - x1)
y - (-6) = (4)(x - (-1))
y + 6 = 4(x + 1)
y + 6 = 4x + 4
y = 4x + 4 - 6
y = 4x - 2