I hope I read it correctly and address as such.
Anywho, this is how my teacher taught me to deal with a question like that. Basically just break up the polynomial on top and divide each part separately by the monomial denominator.
Answer:
x = 2.
Step-by-step explanation:
(Brainliest?)
So log3(2x-1)+log3(x+7)=3 = log3(3^3) So (2x- 1)(x+7) = 27..... 2x^2+13x - 34 =0 (2x+17)(x - 2) = 0 ..so x = 2 or - 17/2. The solution x = - 17/2 is rejected since we cannot have log 3(2*- 17/2 - 1),a negative number. So the answer is x = 2.
Divide both the top and bottom by 3.
3 pages in 1 hour is the answer.
Hope this helps!
Answer: A) #
Detailed Explanation:
A ‘#’ can be used in Python to comment out a piece of code that you don’t want to run, to write down specific comments for specific blocks of code etc.
Answer:
y = -1/3x + 6
Step-by-step explanation:
First, change the original equation to slope intercept form:
y + 4 = 3x
y = 3x - 4
Now, find the slope of the perpendicular line. It will be the opposite reciprocal:
The opposite reciprocal of 3 is -1/3.
Next, plug this into the slope intercept equation along with the given point, so we can solve for b:
y = mx + b
6 = -1/3(2) + b
6 = -2/3 + b
6.67 = b
So, the equation will be y = -1/3x + 6