Algebra help isolating a variable

  • Context: High School 
  • Thread starter Thread starter bonodut
  • Start date Start date
  • Tags Tags
    Algebra Variable
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
2 replies · 1K views
bonodut
Messages
8
Reaction score
0
This is such a basic question that I'm embarrassed to even ask it but I don't really know where else to turn. I was reading through a derivation and one of the steps goes from [tex]\frac{\sqrt{a}}{n} = \frac{\sqrt{A}}{n+m}[/tex]

to

[tex]n = \frac{\sqrt{a}*m}{\sqrt{A}-\sqrt{a}}[/tex]

I'm getting really discouraged that I can't see how this follows since I know it's just simple algebraic manipulation. Anyway, if anyone could help me out with this I'd really appreciate it.
 
Mathematics news on Phys.org
Well, I can't give you the answer (the moderators strongly discourage working backwards), so let me suggest some steps:

1) You can use the means-extremes product theorem (sometimes referred to as cross-multiplication) to get rid of the fractions. A hint that this might be a good idea is that you're moving from an equation that has two 'n's in it to one in which you've isolated 'n'. That means at some point you are going to have use the distributive property (backwards) to factor out 'n' from a binomial.
.[tex]\frac{a}{b} = \frac{c}{d}[/tex] if and only if [tex]ad = bc[/tex]
2) If you can get 'n' into a sum on one side of the equation, then you merely have to use an operation like multiplication or division to isolate it.

[tex]ab + ac = d \rightarrow a(b+c) = d \rightarrow a = \frac{d}{b+c}[/tex]
 
Last edited:
  • Like
Likes   Reactions: bonodut
aikismos said:
Well, I can't give you the answer (the moderators strongly discourage working backwards), so let me suggest some steps:

1) You can use the means-extremes product theorem (sometimes referred to as cross-multiplication) to get rid of the fractions. A hint that this might be a good idea is that you're moving from an equation that has two 'n's in it to one in which you've isolated 'n'. That means at some point you are going to have use the distributive property (backwards) to factor out 'n' from a binomial.
.[tex]\frac{a}{b} = \frac{c}{d}[/tex] if and only if [tex]ad = bc[/tex]
2) If you can get 'n' into a sum on one side of the equation, then you merely have to use an operation like multiplication or division to isolate it.

[tex]ab + ac = d \rightarrow a(b+c) = d \rightarrow a = \frac{d}{b+c}[/tex]
Thanks!