Difference between revisions of "User:Temperal/The Problem Solver's Resource Tips and Tricks"
(→Example Problem Number 2: dollar sign $$$$) |
(→Example Problem Number 2: grammar) |
||
Line 22: | Line 22: | ||
===Example Problem Number 2=== | ===Example Problem Number 2=== | ||
− | How many quadruples <math>(a,b,c,d)</math> such that <math>a+b+c+d=98</math> | + | How many quadruples <math>(a,b,c,d)</math> are there such that <math>a+b+c+d=98</math> and <math>a,b,c,d</math> are all odd? |
====Solution==== | ====Solution==== |
Revision as of 11:46, 13 October 2007
Other Tips and TricksThis is a collection of general techniques for solving problems.
Example Problem Number 1If and , find . SolutionLet , . Thus, , , so , hence , which turns out to be . This technique can also be used to solve quadratics of high degrees, i.e. ; let , and solve from there.
Example Problem Number 2How many quadruples are there such that and are all odd? SolutionSince they're odd, can each be expressed as for some positive integer (or zero) . Thus:
Binomial coefficients will yield the answer of .
|