This document discusses problem solving for a Stat405 course. It covers several topics:
1. Projects - Students should email their group name and members by Thursday.
2. Saving data - It compares saving data in .csv versus .rdata formats, and discusses using compression.
3. Slot machine question - It asks students to think through how to calculate slot machine payouts based on different window combinations like all the same, all bars, or certain numbers of cherries and diamonds. Code examples are provided to demonstrate solutions.
4. Basic strategy - Students are advised to break problems into smaller parts and translate their description into R code.
The document provides guidance and examples for students to think