a) ∠PQR=65° (alternate interior angles theorem)
∠PRQ = 60° (linear pair)
x = 55° (angles in a triangle add to 180°)
b) ∠APQ and ∠PQR are congruent alternate interior angles.
Answer:
No, I'm not old enough to work at taco bell yet
Step-by-step explanation:
-3•-4=12, and -3+-4=-7.
this will turn into
(x-3)(x-4)
set them up to equal zero
x-3=0, x-4=0
solve
x=3, x=4
(a)
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation: