8. Write Python expressions to represent the following situations:
(a) Add remainder of 8/3 to the product of 8 and 3.
(b) Find the square root of the sum of 8 and 43.
(c) Find the sum of the square roots of 8 and 43.
(d) Find the integral part of the quotient when 100 is divided by 32.
Answers
Answered by
14
Answer:
a) 2+(8×3)
=2+24
=48
b) √(8+43)
= √51
= 7.14
c) √8+√43
= 2.82 + 6.55
= 9.37
d) 100/32
=25/8
=3 1/8
HOPE THIS ANSWER IS HELPFUL FOR YOU !!
Answered by
32
(a) 8//3 + (8*3)
(b) (8+43)**(1/2)
(c) ((8)**(1/2)) + ((43)**(1/2))
(d) 100//32
Hope this answer helps you :) Kindly Mark this answer brainliest..
(b) (8+43)**(1/2)
(c) ((8)**(1/2)) + ((43)**(1/2))
(d) 100//32
Hope this answer helps you :) Kindly Mark this answer brainliest..
Similar questions