Difference between revisions of "Parity"
Line 1: | Line 1: | ||
'''Parity''' refers to whether a number is [[even]] or [[odd]]. | '''Parity''' refers to whether a number is [[even]] or [[odd]]. | ||
− | While this may seem highly basic, checking the parity of numbers is often an useful tactic for solving problems, especially with [[proof by contradiction]]s and [[casework]]. | + | While this may seem highly basic, checking the parity of numbers is often an useful tactic for solving problems, especially with [[proof by contradiction]]s and [[casework]]. r nb8 99999999999999999998== Problems == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | == Problems == | ||
=== Introductory === | === Introductory === | ||
*Find <math>\gcd(a+b,a^2+b^2)</math> if <math>\gcd(a,b) = 1</math>. | *Find <math>\gcd(a+b,a^2+b^2)</math> if <math>\gcd(a,b) = 1</math>. |
Revision as of 21:55, 3 January 2016
Parity refers to whether a number is even or odd.
While this may seem highly basic, checking the parity of numbers is often an useful tactic for solving problems, especially with proof by contradictions and casework. r nb8 99999999999999999998== Problems ==
Introductory
- Find if .
Intermediate
This article is a stub. Help us out by expanding it.