Student A is wrong and Student B is correct.
How?
- Direction is saying to construct a line that passes through C
- The last step is enough to describe that A is wrong.
- Its saying to swing an arc(Should be line).
- On the other hand Student B has done correct
- By passing point through C and G it satisfies our required construction.
The collected tax on purchase of $76.00 is $5.32
Further explanation:
The sales tax is calculated on the total sales by the formula

Given
Total purchase = $76.00
Percentage of tax = 7%
So,
Putting the values in the formula

So, the collected tax on purchase of $76.00 is $5.32
Keywords: Tax, tax calculation
Learn more about tax calculation at:
#LearnwithBrainly
Answer:
x = 95°
Step-by-step explanation:
x and 95 are vertical angles and congruent, thus
x = 95°
Malik can remain honest with his partner Samuel and respect his opinion.
You can think of x && y || z as equivalent to: int func (int x, int y, int z) { if (x) { if (y) { return true; } } if (z) { return true; } return false; } Since both x and y are fixed to be non-zero values the first return statement is always hit. thats what i think