public class

Math

{
public static void main (String[] args) {
String about =
" Math is taught by Mrs. Burns. We will go through different problem sets and projects, learning independent critical thinking skills along the way. There is especially a focus on developing mathematical models for real-world simulations. In addition, we will compete in various math competitions, such as NEML, HiMCM, and MTFC." ;
}
public static void mtfc () {
String description =
"The Modeling the Future Challenge is a competition held by the Actuarial Foundation where teams of up to 5 members create a math model to help address a specific real world issue. I’m working with Armaan, Rishi, Rishab, and Vasu on the Seetharaman Snake's team to model the risk of race-based discrimination in courtroom settings. We are currently working on finding data, and will meet with an actuary soon to discuss our project." ;
}
public static void epsilonSchool () {
String description =
"One of our class’s first math modeling problems was the Epsilon School project, where we had to model the optimal new hires for a school increasing its student population. I worked with Rishab, Cecilia, and Heidy to determine our definition of fairness, create equations to reflect this definition, calculate our answer, and create a presentation with our findings. This was overall an enjoyable experience, and I liked working with a group to come up with our solution. The presentation is embedded below." ;
}
}