Answer:
Glazier
Explanation:
Glaziers are workers who specializes in cutting and installation of glass works.
They work with glass in various surfaces and settings, such as cutting and installing windows and doors, skylights, storefronts, display cases, mirrors, facades, interior walls, etc.
Thus, the type of worker the contractor will hire for this project is a Glazier
Answer:
sum2 = 0
counter = 0
lst = [65, 78, 21, 33]
while counter < len(lst):
sum2 = sum2 + lst[counter]
counter += 1
Explanation:
The counter variable is initialized to control the while loop and access the numbers in <em>lst</em>
While there are numbers in the <em>lst</em>, loop through <em>lst</em>
Add the numbers in <em>lst</em> to the sum2
Increment <em>counter</em> by 1 after each iteration
Answer:
B: Directional Transfer Function
Explanation:
The function that describes how the pinna, ear canal, head, and torso change the intensity of sounds with different frequencies that arrive at each ear from different locations in space is called Directional Transfer Function.
Answer:
D=41.48 ft

Explanation:
Given that
y=0.5 x²
Vx= 2 t
We know that

At t= 0 ,x=0

At t= 3 s

![x=[t^2\left\right ]_0^3](https://tex.z-dn.net/?f=x%3D%5Bt%5E2%5Cleft%5Cright%20%5D_0%5E3)
x= 9 ft
When x= 9 ft then
y= 0.5 x 9² ft
y= 40.5 ft
So distance from origin is
x= 9 ft ,y= 40.5 ft

D=41.48 ft

Vx= 2 t

At t= 3 s , x= 9 ft
y=0.5 x²

y=0.5 x²


Given that







