I'm fairly sure that the answer is an ecosystom.
I'm pretty sure the answer is 2.9 because It's closer to 3 than 2
Total tickets sold = 800
Total revenue = $3775
Ticket costs:
$3 per child,
$8 per adult,
$5 per senior citizen.
Of those who bought tickets, let
x = number of children
y = number of adults
z = senior citizens
Therefore
x + y + z = 800 (1)
3x + 8y + 5z = 3775 (2)
Twice as many children's tickets were sold as adults. Therefore
x = 2y (3)
Substitute (3) into (1) and (2).
2y + y + z = 800, or
3y + z = 800, or
z = 800 - 3y (4)
3(2y) + 8y + 5z = 3775, or
14y + 5z = 3775 (5)
Substtute (4) nto (5).
14y + 5(800 - 3y) = 3775
-y = -225
y = 225
From (4), obtain
z = 800 - 3y = 125
From (3), obtain
x = 2y = 450
Answer:
The number of tickets sold was:
450 children,
225 adults,
125 senior citizens.
It's difficult to make out what the force and displacement vectors are supposed to be, so I'll generalize.
Let <em>θ</em> be the angle between the force vector <em>F</em> and the displacement vector <em>r</em>. The work <em>W</em> done by <em>F</em> in the direction of <em>r</em> is
<em>W</em> = <em>F</em> • <em>r</em> cos(<em>θ</em>)
The cosine of the angle between the vectors can be obtained from the dot product identity,
<em>a</em> • <em>b</em> = ||<em>a</em>|| ||<em>b</em>|| cos(<em>θ</em>) ==> cos(<em>θ</em>) = (<em>a</em> • <em>b</em>) / (||<em>a</em>|| ||<em>b</em>||)
so that
<em>W</em> = (<em>F</em> • <em>r</em>)² / (||<em>F</em>|| ||<em>r</em>||)
For instance, if <em>F</em> = 3<em>i</em> + <em>j</em> + <em>k</em> and <em>r</em> = 7<em>i</em> - 7<em>j</em> - <em>k</em> (which is my closest guess to the given vectors' components), then the work done by <em>F</em> along <em>r</em> is
<em>W</em> = ((3<em>i</em> + <em>j</em> + <em>k</em>) • (7<em>i</em> - 7<em>j</em> - <em>k</em>))² / (√(3² + 1² + 1²) √(7² + (-7)² + (-1)²))
==> <em>W</em> ≈ 5.12 J
(assuming <em>F</em> and <em>r</em> are measured in Newtons (N) and meters (m), respectively).