Question 1 Part A
(9*(3+5)^3)/sqrt(10)
## [1] 1457.178
Part B
a = 5
b = 2
c = 0.5
(a*c*b^2)/abs(b)
## [1] 5
Part C
(sum(94.3+86.1+88.5+83))/4
## [1] 87.975
Question 2 a)TRUE b)FALSE c)FALSE d)FALSE e)TRUE f)FALSE g)FALSE h)TRUE i)FALSE j)FALSE