The answer is 0.1 lbs. Or 1/10 lbs.
Hope this helps!
Answer:
[13, 15, 17, 16, 12]
[16, 12, 17, 13, 15]
[16, 15, 14, 13, 12]
[17, 13, 15, 12, 14]
Step-by-step explanation:
Writing a Python code, I got the answers given, reading from left to right to down. For example, for [13, 15, 17, 16, 12], 13 is the top left circle, 15 is the middle right, 17 is the far right, 16 is the bottom left, and 12 is the bottom right
<span>data: 2, 5, 9, 11, 17, 19
</span>
median is the middle number
median = (9+11)/2 = 10
mean = average
mean = (2 + 5 + 9 + 11+ 17 + 19)/6
mean = 63/6
mean = 10.5
a = 2t+32=c
b= 2*10=20+32=52oz of coffee
I think this is right
Answer:
the solution is (4, 1).
Step-by-step explanation:
The goal here is to "solve this system of linear equations." You need to share that along with the equations.
We can begin the solution by substituting 3y + 1 for x in the second equation:
2(3y + 1) + 4y = 12
Performing the multiplication, we get 6y + 2 + 4y = 12, or 10y = 10.
Then y must be 1.
Substituting 1 for y in the first equation, we get x = 3(1) + 1 = 4
Thus, the solution is (4, 1).