The sum of two numbers is 20. One number is three times as large as the second
number. What are the two numbers?
Which let statement would you use?
Let x be the smaller number, and let 3x be the larger.

Let x be the smaller number, and let x + 3 be the larger.

Let x be the smaller number, and let 20x be the larger.