fbpx
  • Clear Filters
  • Select Categories

  • Select Technology

  • Filter by State

  • Filter by Year Level

CP202 Solving Equations With Solve

Solve the equation 7x – 3 = 2x + 4 using the solve command in Main.


CP204 Solving Quadratic Equations

Solving the quadratic equation x^2 + 6x + 5 = 0 with the solve command in Main.


CP206 Solving Simultaneous Linear Equations 2

Solve simultaneously the equations 2x – 3y = -1 and x + y = 7 using the 2D simultaneous template in Main.


CP207 Solving Simultaneous Linear Equations 3

Solve simultaneously the equations 2x – 3y = -1 and x + y = 7 using the Solve command in Main.


CP208 Rearranging Equations

How to express a as the subject of the equation t = 2a + 3b in Main.


CP270 Use Of dSolve In Growth And Decay Problems

Use the differential equation solver with a simple growth and decay question.


CP050 Random Numbers

Generate random numbers and simulate throwing dice using the rand() and randlist() functions in Main.


CP300 Graph and Table Settings

Important settings that should be taken in Graph & Table before trying any of the activities in this section.


CP051 Assign and Delete Values to Variables

Temporarily and permanently assign and delete values to variables in Main. Useful for substitution.


CP301 Graph a Linear Function 1 (Graph)

Graph y = 2x + 3 using the Graph & Table application, including setting the View Window.