Solving for a + d in Algebraic Equations

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Algebra
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
Miike012
Messages
1,009
Reaction score
0

Homework Statement


IF: a/b = c/d

Prove: (a^2c + ac^2) / (b^2d + bd^2) = (a + c)^3/(b+d)^3



The Attempt at a Solution


Let: a/b = c/d = k ; so that a = bk ; c = dk

(a^2c + ac^2) / (b^2d + bd^2) = k^3(b^2d + bd^2) / (b^2d + bd^2)

(a + c)^3/(b+d)^3 = k( b + d) = (b + d)

k^3 =/= k ... what did I do wrong?
 
Physics news on Phys.org
Thank you... I have another one... This does not make sense to me.
If a,b,c,d are proportional, prove
a+d=b+c+((a-b)(a-c)/a)

This is what it said in the book...
a(a-b-c+d) = a^2-ab+ad=a^2 - ab - ac +bc = (a-b)(a-c);
a-b-c+d = +(a-b)(a-c)/a

My question is... how the heck does that prove anything... all the person did is rewrite the problem...??
 
Miike012 said:
If a,b,c,d are proportional, prove
a+d=b+c+((a-b)(a-c)/a)
What do you get if you solve
[tex]a + d = b + c + \frac{(a - b)(a - c)}{a}[/tex] for the product (a-b)(a-c)?

Miike012 said:
This is what it said in the book...
a(a-b-c+d) = a^2-ab+ad=a^2 - ab - ac +bc = (a-b)(a-c);
The bolded part is wrong. You are missing a term.
 
The part you bolded should be... a^2 -ab-ac +ad... now what?
 
a(a+d) - a(c+b) = (a-b)(a-c)
 
Miike012 said:
a(a+d) - a(c+b) = (a-b)(a-c)

Well, you could do that, but that wasn't what I had in mind.

Going back to this:
[tex]a(a - b - c + d) = (a-b)(a-c)[/tex]
how do I isolate the entire expression inside the parentheses?
 
divide by a =
= a - b - c + d = (a-b)(a-c)/a

is that what you ment?