HariharRengan / maths-game

This is an arithmetic game website using HTML, CSS, JS, and Flask (Python) for Dubai College
0 stars 1 forks source link

Fixes & New Content #5

Closed AAG-DC closed 1 year ago

AAG-DC commented 1 year ago

-NEW TAB Find the HCF and LCM of two numbers. It would be good to have a 'pool' of numbers (since primes are awful). Also, the two numbers used should not be multiples e.g. 12 and 24 are a bad pair.

-NEW TAB Index Laws - find the index when simplified. This should have an easy and difficult tab.

  1. Easy: Positive and negative integers only for the indices.
  2. Difficult: Positive, negative and fractional indices. The tab should make use of the main power laws (addition when multiplying, subtraction when dividing, multiplying when raised to a further power). It would work best if there were coefficients involved as well. E.g. "Simplify 4x^7 * 3x^-2", and the user would input '12' for the coefficient and '5' for the power. Also, it would be good if there were a 2-4% chance that the question "What is 4x^0?"/"What is 7x^0?" came up, to test this index identity. This may require a different answer box design, since other questions require two inputs from the user and this will require only one input.

NEW TAB BIDMAS (Order of Operations). This will be a difficult one and will require some careful thought to generate questions. We are looking for questions where BIDMAS is important. It may be useful to look at worksheets on the internet for inspiration and try to think how they made their questions. Since this tab is difficult, let's work on it in the long term.

HariharRengan commented 1 year ago

Added the above features