User:Wrenmath

Revision as of 19:42, 16 January 2025 by Wrenmath (talk | contribs) (Chat)

About Me

Hello! I'm WrenMath! I am delighted to share a little about myself. I am a passionate individual who thrives on creativity and continuous learning. By profession, I specialize in being a student 🤣, where I strive to combine my skills and knowledge to positively impact my "field".

In my free time, I enjoy computer programming 💻, reading 📚, and gaming 🎮, which allows me to unwind and explore new ideas (sometimes). I believe in the power of collaboration and always look forward to connecting with others who share similar passions (ALSO sometimes).

I am excited about the opportunities and am committed to contributing my best in all endeavors.

I may seem very formal, but I'm actually pretty casual if you meet me in real life! 😉

Accomplisments

BEFORE YOU READ: I am still a student, so no judging.

Competitions Participated in: Math Kangaroo, Math Olympiad, Math League, Mathcounts, AMC 8 (Aiming for AMC's 10 and 12!!!)

Average Grade: Straight A's (No kidding)

Coding Languages: Python, some HTML

Goals

- Honor Role or higher in AMC 8

- Fully master Python

- Keep up my Straight A's streak

Chat

I doubt anyone's going to chat here but ok! The idea was from MRENTHUSIASM. Thank you to him!!!

By the way: You have to log in to chat. It's like that for everything like this.

Keep chat in this format: (Username): (Message)

Ex. Wrenmath: Hello!

Chat:

MATHLOVE2424: First chat ever!!! =)

Wrenmath: TYSM FOR CHATTING HERE :D

MATHLOVE2424: Bro replied so fast

Wrenmath: I just noticed and replied but I didn't know you just said that a few seconds/minutes/hours ago.

<!DOCTYPE html> <html lang="en"> <head>

   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Interactive Button</title>
   <style>
       .button {
           background-color: #4CAF50;
           color: white;
           padding: 15px 32px;
           text-align: center;
           text-decoration: none;
           display: inline-block;
           font-size: 16px;
           border: none;
           cursor: pointer;
           border-radius: 5px;
           transition: background-color 0.3s;
       }
       .button:hover {
           background-color: #45a049;
       }
   </style>

</head> <body>

   <a href="https://artofproblemsolving.com/wiki/index.php/User_talk:MRENTHUSIASM" class="button" target="_blank">Go to MRENTHUSIASM's Talk Page</a>

</body> </html>

Edit History

Note: Edit History starts login on 1/13/2025, so any edits or posts done before that date are not logged.

1/13/2025 at 9:46 P.M. Eastern Time: Edited Solution 3 of Problem 24 of AMC 8 2016: [1]

1/13/2025 at 9:50 P.M. Eastern Time: Edited Solution 1 of Problem 25 of AMC 8 2024: [2]