Need some guidance - Fractions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
MathJakob
Messages
161
Reaction score
5

Homework Statement



Solve for b. ##\frac{4}{3b-2}-\frac{7}{3b+2}=\frac{1}{9b^2-4}##


The Attempt at a Solution



##\frac{4}{3b-2}-\frac{7}{3b+2}=\frac{1}{(2b-2)(3b+2)}##

##(3b-2)(3b+2)\left(\frac{4}{3b-2}\right)-\left(\frac{7}{3b+2}\right)(3b-2)(3b+2)=\left(\frac{1}{(3b-2)(3b+2)}\right)(3b-2)(3b+2)##

After cancelling this messy expression I get: ##\frac{12b+8}{(3b-2)(3b+2)}-\frac{21b-14}{(3b-2)(3b+2)}=1##

Still pretty messy so I will expand and cancel further ##\frac{4}{3b-2}-\frac{7}{3b+2}=1##

Now I am stuck :/ I'm not sure if this is even correct but I don't know how to proceed.

**EDIT** I think I see what I did wrong.

I can just cross multiply right from the beginning giving me ##4(3b-2)-7(3b+2)=\frac{1}{(3b-2)(3b+2)}## but not sure what to do now... lol I'm sure this is the sort of thing I should be doing.
 
Last edited:
Physics news on Phys.org
Hi MathJakob! :smile:
MathJakob said:
I can just cross multiply right from the beginning giving me ##4(3b-2)-7(3b+2)=\frac{1}{(3b-2)(3b+2)}##

Yup! :biggrin:

except that RHS should just be 1, shouldn't it? :wink:
 
tiny-tim said:
Hi MathJakob! :smile:


Yup! :biggrin:

except that RHS should just be 1, shouldn't it? :wink:

Why should it just be 1?
 
because you're multiplying both sides by (3b+2)(3b-2),

and the RHS is only 1/(3b+2)(3b-2) to start with! :wink:

EDIT: ooh, just noticed:

your 4(3b−2)−7(3b+2) should actually have been 4(3b+2)−7(3b-2)
 
tiny-tim said:
because you're multiplying both sides by (3b+2)(3b-2),

and the RHS is only 1/(3b+2)(3b-2) to start with! :wink:

EDIT: ooh, just noticed:

your 4(3b−2)−7(3b+2) should actually have been 4(3b+2)−7(3b-2)

oh yeh silly me D: this always happens to me when I'm doing fractions. After a while I forget even the most basic of rules... sometimes I even forget that ##\frac{x}{1}## is really just ##x## fractions are actually one of the more difficult aspects of mathematics for me...

Sometimes I just go completely brain dead, really annoying :P
 
MathJakob said:
**EDIT** I think I see what I did wrong.

I can just cross multiply right from the beginning giving me ##4(3b-2)-7(3b+2)=\frac{1}{(3b-2)(3b+2)}## but not sure what to do now... lol I'm sure this is the sort of thing I should be doing.

I didn't really read the preceding, but this is definitely not right. You've completely omitted the common denominator on the LHS.

When you combine the expressions on the LHS (cross-multiply), the denominator becomes ##(3b+2)(3b-2) = 9b^2 - 4##.

There's also a sign mixup in what you wrote. So what you should end up with is:

##\displaystyle \frac{4(3b+2) - 7(3b-2)}{9b^2-4} = \frac{1}{9b^2 - 4}##

Solving that is easy, just multiply both sides by ##(9b^2 - 4)##. An important caveat here is that you cannot multiply both sides of an equation by zero and hope to get valid solutions. So ##9b^2 - 4 \neq 0 \implies b \neq \pm\frac{2}{3}##, so you should exclude those solutions if you happen to encounter them when you work through the algebra. In this case, you won't see them.