Answer:
(f+g)(x)=2^x-5x+1 and
(f-g)(x)=2^x-x-1
Step-by-step explanation:
(f+g)(x)=2^x-3x+1-2x
=2^x-5x+1
(f-g)(x)=2^x-3x-1+2x2x
=2^x-x-1
The factored form of the given expressions are
y = (x -2)(x +7)
y = (x +6)(x -9)
y = (x +2)(x +6)
y = (x -5)(x -6)
y = (x +5)(x -5)
y = (x -1)(x +9)
y = (x +4)(x -4)
<h3>Factoring quadratic expressions</h3>
From the question we are to factor the given quadratic expressions
y = x² +7x -2x - 14
y = x(x +7) -2(x +7)
y = (x -2)(x +7)
y = x² -9x +6x - 54
y = x(x -9) +6(x -9)
y = (x +6)(x -9)
y = x² +6x +2x +12
y = x(x +6) +2(x +6)
y = (x +2)(x +6)
y = x² -6x -5x +30
y = x(x -6) -5(x -6)
y = (x -5)(x -6)
y = (x +5)(x -5)
y = x² +9x -x -9
y = x(x +9) -1(x +9)
y = (x -1)(x +9)
y = (x +4)(x -4)
Hence, the factored form of the given expressions are
y = (x -2)(x +7)
y = (x +6)(x -9)
y = (x +2)(x +6)
y = (x -5)(x -6)
y = (x +5)(x -5)
y = (x -1)(x +9)
y = (x +4)(x -4)
Learn more on Factoring quadratic expressions here: brainly.com/question/52959
#SPJ1
I believe it’s 30,180,000
First do 4% -> 0.04x15=0.6
0.6+100=100.6x300,000
But then again I’m not too sure so double check
Answer:
y = - 2x - 10
Step-by-step explanation:
The equation of a line in slope- intercept form is
y = mx + c ( m is the slope and c the y- intercept )
Here m = - 2, thus
y = - 2x + c ← is the partial equation
To find c substitute (- 6, 2) into the partial equation
2 = 12 + c ⇒ c = 2 - 12 = - 10
y = - 2x - 10 ← equation of line
Answer:
People often sort stacks of documents using a recursive method. For example, imagine you are sorting 100 documents with names on them. First place documents into piles by the first letter, then sort each pile. Looking up words in the dictionary is often performed by a binary-search-like technique, which is recursive.
Step-by-step explanation:
This is just an example.
If this helps please mark as brainliest