SOLUTION
Given the question in the image, the following are the solution steps to verify the identity
STEP 1: Write the given identity

STEP 2: Verify the identity

The verification of the identity is as seen above.
Answer:
1. 5040
2. 20
Step-by-step explanation:
1. using the formula for permutation
nPr=n!/(n-r)!
10P4 = 10!/(10-4)!
=10*9*8*7*6!/6!
then we are left with
=10*9*8*7
=5040
2.using the formula for combination
nCr=n!/(n-r)!r!
6C3=6!/(6-3)!3!
=6*5*4*3!/3!3!
=6*5*4/3*2*1
=20
Answer:
answer attached in picture
To find a percent you multiply the decimal number by 100. OR to be easier just move the decimal number 2 places to the right.
4.3%
Answer:
1 / (x² + 6x + 8)
Step-by-step explanation:
(x + 4) / (x² + 5x + 6) * (x + 3) / (x² - 16)
= (x + 4) / (x + 2)(x + 3) * (x + 3) / (x + 4)(x - 4)
↑ factor x² + 5x + 6 ↑ factor x² - 16 using difference of squares
= 1 / (x + 2) * 1 / (x - 4) ← x + 4 and x + 3 cancel
= 1 / (x + 2) * (x + 4) ← multiply
= 1 / (x² + 6x + 8) ← expand