Difference between revisions of "Simon's Favorite Factoring Trick"
m (→Applications) |
m (→The General Statement) |
||
Line 1: | Line 1: | ||
==The General Statement== | ==The General Statement== | ||
− | Simon's Favorite Factoring Trick (SFFT) (made by AoPS user [https://artofproblemsolving.com/community/user/1233 Complex Zeta]) is often used in a Diophantine equation where factoring is needed. The most common form it appears is when there is a constant on one side of the equation and a product of variables with each of those variables in a linear term on the other side. An example would be: <cmath>xy+66x-88y=23333</cmath>where <math>23333</math> | + | Simon's Favorite Factoring Trick (SFFT) (made by AoPS user [https://artofproblemsolving.com/community/user/1233 Complex Zeta]) is often used in a Diophantine equation where factoring is needed. The most common form it appears is when there is a constant on one side of the equation and a product of variables with each of those variables in a linear term on the other side. An example would be: <cmath>xy+66x-88y=23333</cmath>where <math>23333</math> =1<math>. (2021 CEMC Galois #4b) |
+ | Let's remove the denominators: </math>4y+5x=xy<math>. Then </math>xy-5x-4y=0<math>. Take out the </math>x<math>: </math>x(y-5)-4(y-5)=0+20<math> (notice how I artificially grouped up the </math>y<math> terms by adding </math>4*5=20<math>). | ||
− | + | Now, </math>(x-4)(y-5)=20<math> (you can just do SFFT directly, but I am guiding you through the thinking behind SFFT). Now we use factor pairs to solve this problem. | |
− | |||
− | + | Look at all factor pairs of 20: </math>1*20, 2*10, 4*5, 5*4, 10*2, 20*1<math>. The first factor is for </math>x<math>, the second is for </math>y<math>. Solving for each of the equations, we have the solutions as </math>\boxed{(5, 25), (24, 6), (6, 15), (14, 7), (8, 10), (9, 9)}$. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Look at all factor pairs of 20: <math>1*20, 2*10, 4*5, 5*4, 10*2, 20*1< | ||
For more info on the solution: https://www.cemc.uwaterloo.ca/contests/past_contests/2021/2021GaloisSolution.pdf | For more info on the solution: https://www.cemc.uwaterloo.ca/contests/past_contests/2021/2021GaloisSolution.pdf |
Revision as of 07:29, 28 August 2024
Contents
The General Statement
Simon's Favorite Factoring Trick (SFFT) (made by AoPS user Complex Zeta) is often used in a Diophantine equation where factoring is needed. The most common form it appears is when there is a constant on one side of the equation and a product of variables with each of those variables in a linear term on the other side. An example would be: where =1$. (2021 CEMC Galois #4b)
Let's remove the denominators:$ (Error compiling LaTeX. Unknown error_msg)4y+5x=xyxy-5x-4y=0xx(y-5)-4(y-5)=0+20y4*5=20$).
Now,$ (Error compiling LaTeX. Unknown error_msg)(x-4)(y-5)=20$(you can just do SFFT directly, but I am guiding you through the thinking behind SFFT). Now we use factor pairs to solve this problem.
Look at all factor pairs of 20:$ (Error compiling LaTeX. Unknown error_msg)1*20, 2*10, 4*5, 5*4, 10*2, 20*1xy\boxed{(5, 25), (24, 6), (6, 15), (14, 7), (8, 10), (9, 9)}$.
For more info on the solution: https://www.cemc.uwaterloo.ca/contests/past_contests/2021/2021GaloisSolution.pdf
Applications
This factorization frequently shows up on contest problems, especially those heavy on algebraic manipulation. Usually and are variables and are known constants. Sometimes, you have to notice that the variables are not in the form and Additionally, you almost always have to subtract or add the and terms to one side so you can isolate the constant and make the equation factorable. It can be used to solve more than algebra problems, sometimes going into other topics such as number theory.
Fun Practice Problems
Introductory
- Two different prime numbers between and are chosen. When their sum is subtracted from their product, which of the following numbers could be obtained?
(Source)
Intermediate
Problem 1
- If has a remainder of when divided by , and has a remainder of when divided by , find the value of the remainder of when is divided by .
- icecreamrolls8
Solution
We have solution . Note that can be factored into using Simon's Favorite Factoring Trick. Now, look at n. Then, since the problem tells us that has a remainder of when divided by 5, we see that the factor in the expression has a remainder of when divided by 5. Now, the must have a remainder of when divided by as well (because then the main expression has a remainder of when divided by ). Therefore, since 54 has a remainder of when divided by , must have a remainder of , so that the entire factor has a remainder of when divided by .
- icecreamrolls8
Problem 2
- are integers such that . Find .
(Source)
Solution
Problem 3
(Source) A rectangular floor measures by feet, where and are positive integers with . An artist paints a rectangle on the floor with the sides of the rectangle parallel to the sides of the floor. The unpainted part of the floor forms a border of width foot around the painted rectangle and occupies half of the area of the entire floor. How many possibilities are there for the ordered pair ?
Solution:
By Simon's Favorite Factoring Trick:
Since and are the only positive factorings of .
or yielding solutions. Notice that because , the reversed pairs are invalid.
Olympiad
- The integer is positive. There are exactly ordered pairs of positive integers satisfying:
Prove that is a perfect square.
Source: British Mathematical Olympiad Round 2 #1 https://bmos.ukmt.org.uk/home/bmo2-2005.pdf