Answer:
2
I am taking my first programming course, so my apologies if this is a dumb question/possibly classified by the wrong category on this site. One of the exercise problems I am working on is the following:
Define a function print_total_inches, with parameters num_feet and num_inches, that prints the total number of inches. Note: There are 12 inches in a foot. Ex:
print_total_inches(5, 8) prints:
Total inches: 68
Step-by-step explanation:
Answer:
6
Step-by-step explanation:
Call pentagon p, circle c and triangle t
We have 2c + 2p = 2p + 2t + c
p = 5, t = 3 so
2c + 2(5) = 2(5) + 2(3) + c
2c + 10 = 10 + 6 + c
2c = 6 + c
c = 6
The amswer would be 8.5 due to the length of the obeject
To do this you need to know simultaneous equations (which i don’t know if you have learnt it) but this is really hard to explain by words so i hope you can understand by the working out i did