Answer:
8 weeks is the right APEX ANSWER
Rectangle:
4*8=32
Semicircle:
3.14*4^2= 50.24
50.24/2=25.12
Add:
25.12+32= 57.12
Final answer: A
Answer:
Step-by-step explanation:

All the variables on the right are being multiplied together then the whole mess is being divided by 2. Let's get rid of the 2 first. The undoing of division is multiplication, so we will begin by multiplying both sides by 2 to get

Next we will move the m. The undoing of multiplication is division. So we divide both sides by m to get

The undoing of a square is to take the square root, so we will do that to both sides giving us, finally
Answer:
The parenthesis need to be kept intact while applying the DeMorgan's theorem on the original equation to find the compliment because otherwise it will introduce an error in the answer.
Step-by-step explanation:
According to DeMorgan's Theorem:
(W.X + Y.Z)'
(W.X)' . (Y.Z)'
(W'+X') . (Y' + Z')
Note that it is important to keep the parenthesis intact while applying the DeMorgan's theorem.
For the original function:
(W . X + Y . Z)'
= (1 . 1 + 1 . 0)
= (1 + 0) = 1
For the compliment:
(W' + X') . (Y' + Z')
=(1' + 1') . (1' + 0')
=(0 + 0) . (0 + 1)
=0 . 1 = 0
Both functions are not 1 for the same input if we solve while keeping the parenthesis intact because that allows us to solve the operation inside the parenthesis first and then move on to the operator outside it.
Without the parenthesis the compliment equation looks like this:
W' + X' . Y' + Z'
1' + 1' . 1' + 0'
0 + 0 . 0 + 1
Here, the 'AND' operation will be considered first before the 'OR', resulting in 1 as the final answer.
Therefore, it is important to keep the parenthesis intact while applying DeMorgan's Theorem on the original equation or else it would produce an erroneous result.