Answer:
= 0.95
= 0.485 --> (hundredth) 0.49
Step-by-step explanation:
Answer: oop
Step-by-step explanation:
Let X = smaller number
Let Y = larger number
Sum of numbers is 130 ==> X + Y = 130 ==> Y = 130 - X
4 times the smaller subtracted from the larger is 10 ==>
Y - 4*X = 10
Substitute the value for Y in to the 2nd equation
(130 - X) - 4*X = 10
130 - 5*X = 10
-5*X = -120
X = 24
Y = 130 - 24 = 106
Check: 24 + 106 = 130
106 - 4*24 = 106 - 96 = 10
I think it’s C if it’s wrong lmk and i can fix it
Question asked: You had $207, but you are spending $2 each day. Which algebraic expression describes this situation, where d represents the number of day?
My answer: -2d+207
Because u have $207 but u r spending $2 a day that is where the -2d comes in
There's really no way to solve this problem apriori (unless you can use tools like lagrange polynomials to interpolate points), so I'll just tell you how to approach problems like this.
First of all, we may try to see if the dependence is linear: the input is always increased by 4 (4, 8, 12, 16,...) and the output increases by 2: (5, 7, 9, 11). So, the answer is yes.
Now that we know that these points lay on a line, we can conclude the exercise in several ways:
- We already know that the slope is 1/2 (4 units up in the x direction correspond to 2 units up in the y direction). So, we only need the y-intercept. If we go back one step, we can see that the next point would be (0, 3) (I decreased the x coordinate by 4 and the y coordinate by 2). So, the y intercept is 3, and the equation of the line is

- We can use the equation of the line passing through two points:

Plug in two points of your choice and you'll get the same answer.
Of course, as a third alternative, you could just have eyeballed the answer: the fact that x grows twice as fast as y could have hinted the x/2 part, and then you could have seen that y is always 3 more than half of x, again leading to y=x/2+3.