Skip to main content

Pocket Money Problem

This SCRATCH game was built by me as part of the FOM series i.e. Fear of Maths turning to Fun of Maths as submission to Google Code 2020 submission.

This is a simple game to play with Pocket Money to be deposited in piggy banks and learn Algebra.
The game helps understand the concept of solving Linear Algebraic equations.

  1. First screen explains the problem
  2. Second screen provides option to select the money to be deposited in the two piggy banks and solves the problem by listing all the values in a table.
  3. Third screen shows the equations for both the piggy banks.
  4. Fourth screen uses Coordinate Geometry to plot the graph as per the values of the table from screen two. The answer is in the intersection point of the Iggy values plot and Diggy values a plot
  5. The fifth screen provides a Linear Algebraic equation solver which enables user to input values as per ones choice to arrive values for X and Y.

Comments

Popular posts from this blog

Certificate of Excellence from MIT app Inventor

I was elated to recieve the certificate from the App Inventor Foundation which states i have RECEIVED Honorable Mention IN THE Youth Team CATEGORY FOR THEIR APP AllergyAlly AS PART OF THE GLOBAL AI HACKATHON 2024.  I have earlier received recognition for my app VOX in 2021 from MIT app Inventor as well 

AllergyAlly a mobile app

  AI-powered allergy companion app that revolutionizes allergy management. The mobile app was developed as part of submission to the  Global AI Hackathon  using the  MIT app inventor platform  by me and my teammate Viraj Marathe. UPDATE: The Allergy Ally app secured the Honourable Mention Award at the Global AI Hackathon. The World Allergy Organization estimates that 20–30% of the global population experiences some form of allergy. Impact on Quality of Life by Allergies: Missed days Poor Sleep Dietary Restrictions Mental Health Medical history remains a cornerstone in allergy diagnosis, guiding healthcare providers in making informed decisions and providing appropriate care to patients. And this app documents each and every allergic incident and provides detailed report for the healthcare providers with the help of AI. Existing solutions are not satisfactory and our mobile app Allergy ally acts as a companion to persons troubled by allergies. Features of the ap...

Dataset generation for mobile app testing

As part of MIT app inventor Hackathon, i and my teammate Viraj Marathe have developed a mobile app AllergyAlly. This AI-powered allergy companion app aims to revolutionise allergy management. Medical history remains a cornerstone in allergy diagnosis, guiding healthcare providers in making informed decisions and providing appropriate care to patients. And this app documents each and every allergic incident and provides detailed report for the healthcare providers with the help of AI. Existing solutions are not satisfactory and our mobile app Allergy ally acts as a companion to persons troubled by allergies. For the rigorous testing of the mobile app we needed a dataset that we could use in the app so that the features of the app could be tested for accuracy. We created a dataset Used python to generate patient allergy incident logs for every 2 days of a year The dataset has the symptoms, triggers, weather summary, mood levels and severity with a pattern to it and is not completely rand...