This is a very simple and easy problem. I'm not sure why you need someone else to solve it, but I hope this helps
a. Linear equation:
Let x be amount of movies rented
$8 + ($2.50 * x)
b.
$8 + ($2.50 * 10)
= $8 + $25.0
= $33
Answer:
solution set is (x,y) = (7,6)
Step-by-step explanation:
solving by substitution method
2x +y=20--------------1
6x-5y=12---------------2
from equation 1, solve for y
2x+y=20
y= 20-2x------equation 3
adding value of y in equation 2
6x-5y=12
6x-5(20-2x)=12
6x-100+10x=12
16x= 12+100
16x= 112
x= 112/16
x=7
adding value of x in equation 3
y= 20-2x
y= 20- 2(7)
y=20-14
y=6
so solution set (x,y) = (7,6)
(d-2.8)/0.2=-14
d-2.8=-14*0.2
d-2.8=-2.8
d=-2.8+2.8
d=0
Answer:
<u>Mass</u>

<u>Center of mass</u>
<em>Coordinate x</em>

<em>Coordinate y</em>

<em>Coordinate z</em>

Step-by-step explanation:
Let W be the wire. We can consider W=(x(t),y(t),z(t)) as a path given by the parametric functions
x(t) = t
y(t) = 4 cos(t)
z(t) = 4 sin(t)
for 0 ≤ t ≤ 2π
If D(x,y,z) is the density of W at a given point (x,y,z), the mass m would be the curve integral along the path W

The density D(x,y,z) is given by

on the other hand

and we have

The center of mass is the point 
where

We have

so





Answer:
y = 0.5x² +3x +5
Step-by-step explanation:
There are several ways to do this. The most straightforward may be to fill three table values into the equation and solve for a, b, c. Using the first three values, the equations would be ...
y = ax² + bx + c
- 0.5 = 9a -3b +c . . . . first point
- 1.0 = 4a -2b +c . . . . second point
- 2.5 = a -b +c . . . . . . third point
Solving this system of equations by your favorite method gives ...
a = 0.5, b = 3, c = 5
so the quadratic is ...
y = 0.5x² +3x +5
__
Since you are given the y-intercept (0, 5), you know the constant in the equation is 5. The given table values are equally-spaced, so finding differences can be informative.
first differences: 1 -0.5 = 0.5; 2.5 -1 = 1.5; 5 -2.5 = 2.5; 8.5 -5 = 3.5
second differences: 1.5 -0.5 = 1; 2.5 -1.5 = 1; 3.5 -2.5 = 1
That is, second differences are 1, which value is double the "a" coefficient of the equation. So, we know the equation is ...
y = 0.5x² +bx +5
Filling in x=1, we get
8.5 = 0.5 +b +5
3 = b
and the equation is ...
y = 0.5x² +3x +5
__
You can also let your graphing calculator or spreadsheet program show you a quadratic regression equation through these points. It gives the same result.