MHB How to Strike Through Text in LaTeX?

AI Thread Summary
To strike through text in LaTeX, the \cancel{} command can be used, which is found in the algebra section of the Quick LaTeX tool. The discussion also includes a mathematical simplification of the factorial expression, showing that \(\frac{(a+1)!}{(a-2)!}\) simplifies to \(a(a+1)(a-1)\). The participants emphasize clarity in notation when presenting mathematical expressions. The conversation highlights the importance of using appropriate tools for formatting in LaTeX. Overall, the thread provides insights into both mathematical simplification and text formatting in LaTeX.
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Simplify. Assume that $n$ and $m$ are positive integers,
$a>b$, and $a>2$.$\frac{\left(a+1\right)!}{\left(a-2\right)!}$

was helping a friend with this but was clueless
I know that n! $=n(n-1)(n-2) ... $
 
Mathematics news on Phys.org
We have that $$(a+1)!=(a+1)\cdot a\cdot (a-1)\cdot (a-2)\cdots 1=(a+1)\cdot a\cdot (a-1)\cdot (a-2)!$$
 
So finally
$$\frac{\left(a+1\right)!}{\left(a-2\right)!}=\frac{\left(a+1\right)a\left(a-1\right)\left(a-2\right)...}{\left(a-2\right)!}=\left(a+1\right)a\left(a-1\right)$$
 
karush said:
So finally
$$\frac{\left(a+1\right)!}{\left(a-2\right)!}=\frac{\left(a+1\right)a\left(a-1\right)\left(a-2\right)...}{\left(a-2\right)!}=\left(a+1\right)a\left(a-1\right)$$

While that is certainly correct, I think a more clear notation would be:

$$\frac{(a+1)!}{(a-2)!}=\frac{(a+1)a(a-1)\cancel{(a-2)!}}{\cancel{(a-2)!}}=a(a+1)(a-1)$$
 
how is a strike though done with latex didn't see a tool for that on the menu?
 
karush said:
how is a strike though done with latex didn't see a tool for that on the menu?

I used the \cancel{} command in my post...you can find 2 types of strikethrough in the "algebra" section of the "Quick $\LaTeX$ tool at the bottom right. :)
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top