Question
Question: $$0 = \frac{15x^2 - 8x}{x-1} - 3x+1$$...
0=x−115x2−8x−3x+1

The solutions are x=21 and x=−61.
Solution
The given equation is 0=x−115x2−8x−3x+1.
First, we need to identify the domain of the variable x. The denominator cannot be zero, so x−1=0, which means x=1.
Rearrange the equation to combine the terms: x−115x2−8x=3x−1
Multiply both sides by (x−1), assuming x=1: 15x2−8x=(3x−1)(x−1)
Expand the right side: (3x−1)(x−1)=3x(x−1)−1(x−1)=3x2−3x−x+1=3x2−4x+1
Substitute this back into the equation: 15x2−8x=3x2−4x+1
Move all terms to one side to form a quadratic equation: 15x2−3x2−8x+4x−1=0 12x2−4x−1=0
This is a quadratic equation in the form ax2+bx+c=0, with a=12, b=−4, and c=−1. We can solve this using the quadratic formula: x=2a−b±b2−4ac
Substitute the values of a, b, and c: x=2(12)−(−4)±(−4)2−4(12)(−1) x=244±16+48 x=244±64 x=244±8
This gives two possible solutions for x: x1=244+8=2412=21 x2=244−8=24−4=−61
Finally, we must check if these solutions satisfy the domain restriction x=1. For x1=21, 21=1. So, x=21 is a valid solution. For x2=−61, −61=1. So, x=−61 is a valid solution.
Both solutions are valid.