Answer :36in2
example:
my math teacher told me
Answer:
B. The approximate length of EF is 4.47 units, and the approximate perimeter of triangle EFG is 12.94 units.
Step-by-step explanation:
First step is to determine the length of EF, since that will give us 2 sides of the triangle (since EG = EF).
From the diagram, we can easily make a rectangle triangle by dropping a vertical line from vertex E, let's name Z the meeting point of that line with the segment GF. Then we have a rectangle triangle EZF with a height of 4 and a base of 2, of which EF is the hypotenuse. So...
EF² = 4² + 2² = 16 + 4 = 20
EF = √20 = 4.47
Now that we have EF, we also have EG:
EF = 4.47
EG = 4.47
GF = 4 (visible on the graph)
Perimeter = 4.47 + 4.47 + 4 = 12.94 units.
Answer:
r = 6
Step-by-step explanation:
Using Pythagoras' identity in the right triangle
PR² = PQ² + QR² , substitute values
(r + 4)² = r² + 8²
r² + 8r + 16 = r² + 64 ( subtract r² from both sides )
8r + 16 = 64 ( subtract 16 from both sides )
8r = 48 ( divide both sides by 8 )
r = 6
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
<h3>
Answer: (1, -2)</h3>
Explanation:
Writing f(1) = -2 means x = 1 and y = f(x) = -2 pair up together
So we have (x,y) = (1, -2) as the point on the f(x) curve.