Answer: the answer is linear pair
Step-by-step explanation:
Answer:
60 degrees per angle.
Step-by-step explanation: a triangle has a total of 180 degrees, and the number of sides determine the number of angles it has. in this case, it's an equilateral triangle. 180/3 = 60. all triangles have 3 sides if you didn't know that ;)
Answer:
The distributive property tells us how to solve expressions in the form of a(b + c). The distributive property is sometimes called the distributive law of multiplication and division.
Step-by-step explanation:
This is in its simplest form.
There are no like terms to an operation
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: