Difference between revisions of "User:Temperal/The Problem Solver's Resource Tips and Tricks"
(→Example Problem Number 2: grammar) |
(template) |
||
Line 4: | Line 4: | ||
|+ <span style="background:aqua; border:1px solid black; opacity: 0.6;font-size:30px;position:relative;bottom:8px;border-width: 5px;border-color:blue;border-style: groove;position:absolute;top:50px;right:155px;width:820px;height:40px;padding:5px;">The Problem Solver's Resource</span> | |+ <span style="background:aqua; border:1px solid black; opacity: 0.6;font-size:30px;position:relative;bottom:8px;border-width: 5px;border-color:blue;border-style: groove;position:absolute;top:50px;right:155px;width:820px;height:40px;padding:5px;">The Problem Solver's Resource</span> | ||
|- | |- | ||
− | | style="background:lime; border:1px solid black;height:200px;padding:10px;" | {{User:Temperal/testtemplate| | + | | style="background:lime; border:1px solid black;height:200px;padding:10px;" | {{User:Temperal/testtemplate|the tips and ticks section}} |
==<span style="font-size:20px; color: blue;">Other Tips and Tricks</span>== | ==<span style="font-size:20px; color: blue;">Other Tips and Tricks</span>== | ||
This is a collection of general techniques for solving problems. | This is a collection of general techniques for solving problems. |
Revision as of 13:41, 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 .
|