document.write( "Question 1196915: Suppose a is to b as c is to d;that is, a/b =c/d
\n" ); document.write( "a) Show that b is to a as d is to c.
\n" ); document.write( "b) Show that a-b is to b as c-d is to d.
\n" ); document.write( "c) Show that a is to a+b as c is to c+d.
\n" ); document.write( "d) Show that a+b is to c+d as b is to d.
\n" ); document.write( "

Algebra.Com's Answer #830321 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Part (a)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a is to b as c is to d
\n" ); document.write( "a/b = c/d
\n" ); document.write( "ad = bc ..... multiply both sides by bd
\n" ); document.write( "d/c = b/a ... divide both sides by ac
\n" ); document.write( "b/a = d/c
\n" ); document.write( "b is to a as d is to c\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The claim (a) is proven to be true.
\n" ); document.write( "We can reverse the order of 'a' vs b, as long as we reverse c and d as well.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To avoid division by zero errors, we'll have a,b,c,d as nonzero values.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------------------------------------------------
\n" ); document.write( "Part (b)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'll start with what we want to show which is
\n" ); document.write( "(a-b)/b = (c-d)/d
\n" ); document.write( "and we'll work to reaching
\n" ); document.write( "a/b = c/d
\n" ); document.write( "In a sense, we're working backwards and we'll reverse the order later.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So,
\n" ); document.write( "(a-b)/b = (c-d)/d
\n" ); document.write( "a/b-b/b = c/d-d/d .... break up the fraction
\n" ); document.write( "a/b-1 = c/d-1 ....... reduce
\n" ); document.write( "a/b = c/d .... add 1 to both sides\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now reverse the order of the steps shown
\n" ); document.write( "This reversal is possible since each step can be undone, aka there's an inverse to it.
\n" ); document.write( "For instance, the \"add 1 to both sides\" step can be undone with \"subtract 1 from both sides\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So this is what the steps look like when going forward
\n" ); document.write( "a/b = c/d
\n" ); document.write( "a/b-1 = c/d-1
\n" ); document.write( "a/b-b/b = c/d-d/d
\n" ); document.write( "(a-b)/b = (c-d)/d
\n" ); document.write( "This can be thought of as the main set of steps, while the previous paragraph is like supplementary steps or something you'd have on a separate sheet of scratch paper. Though if I was the teacher, I'd probably want to see the student's entire thought process (assuming you use this reversal method).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------------------------------------------------
\n" ); document.write( "Part (c)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Start with what we want to prove
\n" ); document.write( "a/(a+b) = c/(c+d)
\n" ); document.write( "the goal is to get to
\n" ); document.write( "a/b = c/d\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a/(a+b) = c/(c+d)
\n" ); document.write( "(a+b)/a = (c+d)/c
\n" ); document.write( "a/a + b/a = c/c + d/c
\n" ); document.write( "1 + b/a = 1 + d/c
\n" ); document.write( "b/a = d/c
\n" ); document.write( "a/b = c/d\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now reverse the order to get...
\n" ); document.write( "a/b = c/d
\n" ); document.write( "b/a = d/c
\n" ); document.write( "1 + b/a = 1 + d/c
\n" ); document.write( "a/a + b/a = c/c + d/c
\n" ); document.write( "(a+b)/a = (c+d)/c
\n" ); document.write( "a/(a+b) = c/(c+d)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------------------------------------------------
\n" ); document.write( "Part (d)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The goal is to show that
\n" ); document.write( "(a+b)/(c+d) = b/d
\n" ); document.write( "leads to
\n" ); document.write( "a/b = c/d
\n" ); document.write( "so we can reverse it later.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(a+b)/(c+d) = b/d
\n" ); document.write( "d(a+b) = b(c+d)
\n" ); document.write( "ad+bd = bc+bd
\n" ); document.write( "ad = bc
\n" ); document.write( "a/b = c/d\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now reverse those steps
\n" ); document.write( "a/b = c/d
\n" ); document.write( "ad = bc
\n" ); document.write( "ad+bd = bc+bd
\n" ); document.write( "d(a+b) = b(c+d)
\n" ); document.write( "(a+b)/(c+d) = b/d
\n" ); document.write( "Let me know if you have any questions.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I recommend trying out numeric examples that the tutor @Theo has mentioned, or coming up with your own numbers to try out.
\n" ); document.write( "Keep in mind that the numeric examples do not constitute a full formal proof (since you'd need to check infinitely many numeric values).
\n" ); document.write( "The proof is when we did all those algebraic steps.
\n" ); document.write( "
\n" ); document.write( "
\n" );