Costello Operator

In an Abbott and Costello comedy skit , Lou Costello convinces his landlord that 7 times 13 is equal to 28 to try to get out of paying his rent. Obviously Costello’s method for multiplication is flawed, so instead we’ll define a Costello operator * between a two-digit number p p and a one-digit number q q as the sum of the product of q q and the last digit of p p and the product of q q and the first digit of p p . Then 13 * 7 = 28, because 7·3 + 7·1 = 28. Including 13 * 7, how many ways can a Costello operator be applied to a two-digit number and a one-digit number to obtain an answer of 28? (Note: the two-digit number may not start with zero.)


The answer is 16.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

David Vreken
Dec 26, 2017

Let p p be the two-digit number and q q be the one-digit number, and let a a be the first digit of p p and b b be the last digit of p p . Then p q = q b + q a = q ( a + b ) p * q = qb + qa = q(a + b) = 28. So we’re looking for factors of 28 such that one is a single digit ( q q ), and the other is the sum of two single digits ( a a and b b ). The single digit factors of 28 are 1, 2, 4, and 7 and are therefore possible q q values.

If q q = 1, then a + b a + b = 28, which is too big to be expressed as the sum of two single digits.

If q q = 2, then a + b a + b = 14, which can be expressed as the sum of two single digits with 5 and 9, 6 and 8, and 7 and 7; for 5 cases : 59 * 2, 68 * 2, 77 * 2, 86 * 2, and 95 * 2.

If q q = 4, then a + b a + b = 7, which can be expressed as the sum of two single digits with 0 and 7, 1 and 6, 2 and 5, and 3 and 4; for 7 cases : 16 * 4, 25 * 4, 34 * 4, 43 * 4, 52 * 4, 61 * 4, and 70 * 4.

Finally, if q q = 7, then a + b a + b = 4, which can be expressed as the sum of two single digits with 0 and 4, 1 and 3, and 2 and 2; for 4 cases : 13 * 7, 22 * 7, 31 * 7, and 40 * 7.

There are therefore 5 + 7 + 4 = 16 \boxed{16} total ways a Costello operator can be applied to a two-digit number and a one-digit number to obtain an answer of 28.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...