edithkhodadadi edithkhodadadi
  • 04-04-2018
  • Mathematics
contestada

Find the illegal values of c in the multiplication statement c^2-3c-10/c^2+5c-14-c^2-c-2/c^2-2c-15

Respuesta :

aencabo
aencabo aencabo
  • 05-04-2018

c^2 + 5c - 14 = 0 
(c-2)(c+7) = 0 
c-2 = 0 or c+7 = 0 
c = 2 or c = -7 

c^2 - 2c - 15 = 0 
(c-5)(c+3) = 0 
c-5 = 0 or c+3 = 0 
c = 5 or c = -3
Answer Link

Otras preguntas

What impact does the setting have on Vinny?
Which of the following best describes a direct current? A. A circuit that has only series or only parallel components B. Charge that jiggles back and forth very
a car is moving at 5.82 m/s when it accelerates 2.35m/s^2 for 3.25s. what is its final velocity?
why is South Africa’s elections successful
Which literary technique does mark twain use to characterize huckleberry Finn?
A computer crossmatch requires that an ABO phenotype be performed on the current specimen and a second phenotype must be performed or available for confirmation
24 pieces of plywood strips that are 2-1/2 inches wide are nailed together to make a gate. How many inches wide is the gate? a 60 b 48-1/2 c 120/2 d 24-1/2
How does Alexandra’s universe of obligation differ from Atticus’s?
The time needed to complete a final examination in a particular college course is normally distributed with a mean of 80 minutes and a standard deviation of 10
Write a Python function isPrime(number) that determines if the integer argument number is prime or not. The function will return a boolean True or False. Next,