I was watching a first-year high-school-algebra student struggle with factoring quadratics last night. Given a quadratic $ax^2+bx+c$ (I'll give you the exact example in a moment), her method — presumably her teacher's — was as follows: find the factors of $ac$, and see which pair add up to $b$.
It seems to me that multiplying $a$ by $c$ is needless work. True, it's $ac$ whose factors sum to $b$. But when writing out the factors as (say) $(a_1x+c_1)(a_2x+c_2)$, one's actually working with not the factors of $ac$ but rather the $c_i$ and the $a_i$, factors of, respectively, $c$ and $a$.
So my question is: Is there any advantage to working with $ac$ — finding its factors, seeing which ones sum to $b$ — and, if so, what is that advantage?
Here's the example she was working, so you get a better under standing of what I mean. The problem was (or amounted to) $9x^2-47x+60=0$. This poor girl found $9\cdot60$ and started examining its factors to see which sum to $47$. Eventually, she hit upon the answer, $20\cdot27$, and put them in her parentheses as $(9x-20)(x-3)$ (somehow divining that the $27$ was to be split up as $9\cdot3$, and the $9$ as $9\cdot1$; I'm not sure how she hit upon that).
My method would have been instead to consider $(9x-c_1)(x-c_2)$ or $(3x-c_1)(3x-c_2)$. (I'd reject the latter because $3\nmid47$, but I wouldn't expect that of my high schooler. So consider both possibilities.) Then find factors of $60$ that possibly fit in one of those pairs of parentheses, and hit upon $3\cdot20$.
Again, what if anything is the advantage to factoring $ac$? (The advantage, if any, may be pedagogic.)
I've used this idea to help factor quadratic expressions where $a\neq 1$. Let me see if I can fill in the blanks and help you figure the idea out.
Using the example you provided, you found that the two appropriate factors of $9\cdot 60$ are $-20$ and $-27$. \begin{equation} 9x^2-47x+60=0\\ 9x^2-27x-20x+60=0\\ 9x(x-3)-20(x-3)=0\\ (9x-20)(x-3) \end{equation}
The idea is to use the factors of $ac$ to split $b$ into the two terms, then factor by grouping. It's not always the nicest if $a\cdot c$ is large as in this problem, but when $a\cdot c$ is relatively small, it makes finding the answer a bit more simple than if you were not able to immediately see the factorization (which I think is usually the case when $a\neq 1$.