On the Subject of Buddy Bidding
Nothing like being an auctioneer
On the module there is a display showing Buddy in one of five colors (Red, Green, Yellow, Blue, or Pink), a keypad with a red delete button and a green enter button, left and right arrow buttons, and a credit card. In order to solve the module you need to successfully bid on 3 items that you want. If you buy an item that you do not want, fail to buy an item you do want, or spend too much money, you will receive a strike.
Step 1: Your Balance
You will have a specific amount of money that you can spend on items. To determine how much money you have, follow this formula:
Balance = ((C[S[3]] + 1) * (C[S[6]] + 1) * (C[D+10] + 7 - D)) % 600 + CVV
See the Formula Key Appendix to compute it.
Step 2: Your Wanted Items
Next, you have to determine which items you want. But first, if there is a lit BOB indicator, exactly 3 batteries, and a letter from “BUDDY” in the serial number, you are actually Buddy’s good friend Bob here to give a donation. Simply bid all of your balance on Buddy to solve the module. Otherwise follow the steps below.
When determining a Wanted Item in the Products Appendix, if you want an item that is already a Wanted Item, you actually want the next non-Wanted Item in reading order.
Item 1:
You need to find the letter corresponding to Item 1 in the table below. To find the row and column use the formulas below. See the Formula Key Appendix for information on the meanings of the abbreviations. Use this letter in the Products Appendix to find your first item.
Column Number = (C[O] - 36) % 18 || Row Number = (C[E] - 36) % 18