To prove that a rational number multiplied by an irrational number gives an irrational product, the best approach would be:
• by creating a proof that shows directly how multiplying a rational and irrational number leads to an irrational answer.
Here’s a brief outline of a direct proof:
- Let \( r \) be a rational number and \( x \) be an irrational number.
- By definition, a rational number can be expressed as \( r = \frac{a}{b} \), where \( a \) and \( b \) are integers and \( b \neq 0 \).
- Assume, for the sake of contradiction, that the product \( r \cdot x \) is rational. Then we could express it as \( r \cdot x = \frac{c}{d} \) for some integers \( c \) and \( d \) (where \( d \neq 0 \)).
- Rearranging gives us \( x = \frac{c/d}{r} = \frac{c}{b} \) (because multiplying by the reciprocal of a rational number is also rational).
- Since \( \frac{c}{b} \) is a ratio of integers, \( x \) would also be rational, which contradicts our assumption that \( x \) is irrational.
- Therefore, \( r \cdot x \) must be irrational.
This method of using proof by contradiction is a standard way to demonstrate the assertion.