Answer:
Step-by-step explanation:
x+y=10
x=10-y
x=10-5
x=5
3y= -3x+30
3(10-y)= -3(10-y)+30
30-3y= -30+3y+30
30+30-30=6y
30=6y
y=5
I'm not going to say the answer because i want you to figure it out.
But here.
For Part A: There are 665 pounds of apples, 35 go in each box. You have to find out how many boxes there will be. How will you break apart 665 by 35? (Division) After that, you got your answer!
Part B: Just write down your answer from Part A.
Answer:
square root, 2,12/5,2.47
Step-by-step explanation:
Answer:
Distance = abs(-1700)
Distance = 1700 miles
Step-by-step explanation:
NYC is located East of Los Angels.
The Airplane flies from Los Angeles to the left direction from NYC.
Which is negative direction.
Therefore, distance = -1700
Here the distance cannot be negative even though if it flies in negative direction.
Therefore, we use the absolute value.
The absolute value of a number is always positive.
So, distace = abs( -1700)
Distance = 1700 miles.
Hope this will help you understand the concept.
Thank you.
Answer:
C and E
Step-by-step explanation:
To answer this question, we plug in the X values of the coordinates into the equation to see if they'll give us the corresponding Y value.
(X, Y)
Example:
Y = 5X
6 != 5 * 3
We do this for every coordinate point. If the problem doesn't make sense, it doesn't fall on the line. Let's test every one of these.
B. (0, 1)
1 != 5 * 0
C. (3, 15)
15 = 5 * 3
D. (4, 2)
2 != 5 * 4
E. (-1, -5)
-5 = 5 * -1
F. (-1, 5)
5 != 5 * -1
* For those who don't know, the != is how to say "not equal to" in computer science.