Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
C. 14.55
Explanation:
12 x 10 = 120
120 divded by 10 is 12
so now we do the left side
7 x 3 = 21 divded by 10 is 2
so now we have 14
and the remaning area is 0.55
so 14.55
Given acceleration a = 5-3t, and its velocity is 7 at time t = 2, the value of s2 - s1 = 7
<h3>How to solve for the value of s2 - s1</h3>
We have
=
v2 = 5x2 - 3x2 + c
= 10-6+c
= 4+c
S2 - S1
= 6 + 6+c - 2+3+c
12+c-5+c = 0
7 = c
Read more on acceleration here: brainly.com/question/605631
Usually the first digit of the vin id’s the country it was built. So technician A would be correct. That’s usually how it is. Hope this helps. Please let me know if this is incorrect