The sum of two numbers is 30. One number is twice as large as the second number.
 Let x = the smaller number.
 Which let statement would you use for the larger number?
 Let x + 2 be the larger number.
 Let 2x be the larger number.
 Let 30x be the larger number.