document.write( "Question 476326: Dear math teacher, \r
\n" );
document.write( "\n" );
document.write( "I am having difficulties solving for n in the following problem:\r
\n" );
document.write( "\n" );
document.write( "nC12 = nC8
\n" );
document.write( "n!/(n-12)!12! = n!/(n-8)!8!
\n" );
document.write( "n(n-1)...(n-11)(n-12)!/(n-12)!12! = n(n-1)...(n-7)(n-8)!/(n-8)!8!
\n" );
document.write( "(n-8)(n-9)(n-10)(n-11)/12! = 1/8!
\n" );
document.write( "n^4-21n^3+110n^2-17n^3+357n^2-1870n+72n^2-1512n+7920 / 12! = 1/8!\r
\n" );
document.write( "\n" );
document.write( "Would you please let me know whether I am on the right track? My solving steps seem convoluted like a kidney tubule! Please let me know where I made an error. \r
\n" );
document.write( "\n" );
document.write( "Thank you very much. \r
\n" );
document.write( "\n" );
document.write( "Yours, \r
\n" );
document.write( "\n" );
document.write( "I. \n" );
document.write( "
Algebra.Com's Answer #326617 by Theo(13342)![]() ![]() You can put this solution on YOUR website! you're on the right track, but you needed to do some other type thinking before getting to the solution, which is a rule that i will explain to you after. \n" ); document.write( "the equation is: \n" ); document.write( "nC12 = nC8 \n" ); document.write( "this formula translates to: \n" ); document.write( "n!/(12!*(n-12)!) = n!/(8!*(n-8)!) \n" ); document.write( "cross multiply to get: \n" ); document.write( "n! * (8!*(n-8)!) = n! * (12!*(n-12)!) \n" ); document.write( "divide both sides of this equation by n! to get: \n" ); document.write( "8! * (n-8)! = 12! * (n-12)! \n" ); document.write( "divide both sides of this equation by 8! and divide both sides of this equation by (n-8)! to get: \n" ); document.write( "(n-8)! / (n-12)! = 12!/8! \n" ); document.write( "12! is equal to 12 * 11 * 10 * 9 \n" ); document.write( "(n-8)! / (-12)! is equal to (n-8)*(n-9)*(n-10)*(n-11)*(n-12)! / (n-12)! which is equal to: \n" ); document.write( "(n-8)*(n-9)*(n-10)*(n-11) \n" ); document.write( "our equation becomes: \n" ); document.write( "(n-8)*(n-9)*(n-10)*(n-11) = 12*11*10*9 \n" ); document.write( "the left side of this equation will be equal to the right side of this equation if: \n" ); document.write( "n-8 = 12 \n" ); document.write( "n-9 = 11 \n" ); document.write( "n-10 = 10 \n" ); document.write( "n-11 = 9 \n" ); document.write( "all of these equation would be true if n = 20. \n" ); document.write( "that's your answer. \n" ); document.write( "n = 20. \n" ); document.write( "20C12 = 125970 \n" ); document.write( "20C8 = 125970 \n" ); document.write( "they're the same. \n" ); document.write( "note that 12 + 8 = 20 \n" ); document.write( "that's the rule. \n" ); document.write( "you can use it with any problems of this type to immediately get the answer. \n" ); document.write( "an example: \n" ); document.write( "nC13 = nC22 \n" ); document.write( "13 + 22 = 35 \n" ); document.write( "your answer is n = 35 \n" ); document.write( "35C13 = 1476337800 \n" ); document.write( "35C22 = 1476337800 \n" ); document.write( "The basic properties of combinations allows this to happen. \n" ); document.write( "that property is that nCx = nC(n-x) \n" ); document.write( "from that formula, you get x + (n-x) = n \n" ); document.write( "a simpler example: \n" ); document.write( "take n = 7 \n" ); document.write( "your values for each of the possible combinations are: \n" ); document.write( "7C0 = 1 \n" ); document.write( "7C1 = 7 \n" ); document.write( "7C2 = 21 \n" ); document.write( "7C3 = 35 \n" ); document.write( "7C4 = 35 \n" ); document.write( "7C5 = 21 \n" ); document.write( "7C6 = 7 \n" ); document.write( "7C7 = 1 \n" ); document.write( "you can see that 7Cx = 7C(7-x) \n" ); document.write( "this makes 7C0 = 7C7 \n" ); document.write( "this makes 7C1 = 7C6 \n" ); document.write( "this makes 7C2 = 7C5 \n" ); document.write( "etc. \n" ); document.write( "Add the x and the (n-x) together and you get 7 every time. \n" ); document.write( "your problem as nC12 = nC8 \n" ); document.write( "add 12 and 8 together and you get 20. \n" ); document.write( " \n" ); document.write( " |