Answer:
23.125$
Step-by-step explanation:
you have to divide the total amount of money by the total amount of people 92.50$/4=23.125$
Answer:
D
Step-by-step explanation:
(x+5)(x+2)=x^2+7x+10
Answer:
The minimum number of assignment statements needed is 5
Step-by-step explanation:
To write the algorithm, we apply the strategy of interchanging the values of variables in the assignment statements.
Assume "tmp" is the new variable, let assign tmp to w
The algorithm is:
Procedure exchange (w,x,y,z: integers)
tmp := w
w := x
x := y
y := z
z := tmp
return (w,x,y,z)
end
From the algorithm, it is obvious that there will be a minimum of 5 assignment statements needed.
Answer:
9927.5$
Step-by-step explanation:
4.5% 0f 9500 is 427.5$ which is growing in 5 years. thats the best explanation i can give.