Straight A Steve

Private Tutoring in Math Chemistry and Physics

Original python programs coded by Steve to make math easier:

I am teaching myself how to code in Python. These programs are my attempt to make something useful and practice what I am learning. I hope you enjoy them and tell your friends about them. If you have any questions or suggestions, please email me.


Arithmetic

Addition

Subtraction (only positive answers)

Subtraction with negative answers

Memorize multiplication tables (you pick the size).

Multiplication starting with 1x1 up to 12x12

Multiplication with control of how large the numbers are

Multiplication starts easy and numbers get bigger automatically

Multiplication with negative numbers

Division

Division with negative numbers

Long Division

Reduce Fractions Calculator (you give the fraction, I reduce it for you)

Reduce Fractions Practice (I generate a random fraction and you give the reduced fraction)

Powers practice - you pick the exponent and get random practice problems

Powers tables - squares, cubes, powers of 2, powers of 3 facts

Squares and Cubes practice problems in order


Factoring

You give a number, I give the prime factorization of that number

Greatest common factor calculator between 2 numbers

Greatest common factor calculator between 3 numbers

Factor any trinomial solver (You give the problem, I factor it for you.)

Factor trinomials practice (I generate random problems, you factor it and see if you're correct.)

Factor trinomials quiz where "a" = 1 (10 questions)


Algebra

Practice problems: aX = b

Practice problems: aX + b = c


Probability

I create Pascal's Triangle for you for as many rows as you want.

Calculator that shows you the expansion of (Ax^a + By^b)^n

Calculator that finds the binomial probability for n trials and S successes

Combinations and Permutations Calculator to find nCr and nPr

Combinations, Permutations Calculator - You give n and r and I give the nCr and nPr


Miscellaneous

Lots of functions Steve coded in one program

Game - rolls the dice for all players of a game

Prime Numbers