<h3>
Answer: Choice C</h3>
=================================================
Explanation:
For choice C, the x values are out of order, so it might be tricky at first. I recommend sorting the x values from smallest to largest to get -2, -1, 0, 1, 2. Do the same for the y values as well. Make sure the correct y values stay with their x value pairs. You should get the list of y values to be 4, 2, 1, 1/2, 1/4
Check out the attached image below for the sorted table I'm referring to
We can see the list of y values is going down as x increases. This is a good sign we have decay. Further proof is that we multiply each term by 1/2 to get the next one
4 times 1/2 = 2
2 times 1/2 = 1
1 times 1/2 = 1/2
1/2 times 1/2 = 1/4
and so on. Effectively we can say the decay rate is 50%
Addition, subtraction, multiplication.
Addition: The addition of two integers produces another integer.
Subtraction: The subtraction of two integers produces another integer.
Multiplication: The product of two integers is an integer.
Division between two integers can produce a rational number that is not in the set of integers e.g. 1/3
This only includes the four basic arithmetic operations, you can include exponentiation and the modulo operation if you want to for the same reasons as above.
Answer:
30.0
Step-by-step explanation:
Below is the solution:
There are two equations to be solved here. The first one we assign variables to the home runs Peter hits, P, and Alice hits, A. P=2*(A-6) The second equation is the sum of both players home runs.P + A = 18Solving for P yieldsP=18-A We substitute the solution for P into the first equation and solve for A.(18-A) = 2*(A-6)18 - A = 2A - 123A = 30A = 10 Now that A is known, we can plug it into either equations for P to find how many home runs Peter hitsP=18 - (10) = 8orP=2((10)-4) = 8
To answer this question you have to create a system of equations. The first equation will be that Devi's money (x) equals her brother's money (y), or x = y. The next equation would be that (3/5)x + (7/10)y = 78. You than can substitute x in for y because x = y. The equation would know be (3/5)x + (7/10)x = 78. You then combine the like terms to create an equation of (13/10)x = 78. Then, multiply both sides by 10 / 13 in order to isolate x. This will create the equation x = 60. This means that Devi and her brother each had 60 dollars. You then find out how much they spent and add it together. You can do so with the equation (2/5)x + (3/10)y = z, with z being total money spent. You substitute 60 in for x and for y then solve. When you solve you see that 24 + 18 = z, or that z equals 42. In other words, they spent 42 dollars altogether.