Your answer would be 91.1 units².
We can split this shape into a trapezium and a semicircle, and then find the area of both and add them.
To find the area of a trapezium, the formula is
(a + b)/2 × h, which means we do 14 (the length of AD) + 8 (the length of BC) = 22, and 22/2 = 11. Then we multiply 11 by the height of the trapezium, which is 6 because 10 - 4 = 6. This gives us the area of the trapezium as 66 units².
To find the area of a semicircle, the formula is πr²/2, and the radius is 4 because the diameter is 8 (16 - 8 = 8). This means we do π4²/2 = 16π\2 = 8π = 25.13.
Then we need to add together 66 and 25.13, which equals 91.13, or 91.1 to the nearest tenth.
I hope this helps!
Answer:
110
Step-by-step explanation:
z is apparently 10 times x.
10 times 11 is 110.
Answer:
$95
Step-by-step explanation:
you had to subtract the two numbers .
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.
Answer:
x = 5
Step-by-step explanation:
Just use the Pythagorean Triangle:
13^2 - 12^2 = x^2
x^2 = 25
x = 5