110 Activities
Finding the Number of Payments
Find the number of payments it will take to pay off the loan if you could
make a 300 payment each month.
Finding Rational, Real, and Complex Factors
This activity shows how to find rational, real, or complex factors of
expressions. Detailed information about the steps used in this example
can be found in Symbolic Manipulation.
Finding Factors
Enter the expressions shown below on the Home screen.
Simulation of Sampling without Replacement
This activity simulates drawing different colored balls from an urn
without replacing them. Detailed information about the steps used in
this example can be found in Programming.
On the Home screen, enter the tvm values to
find n.
Result: The number of payments is 38.8308.
1.
factor(x^3N5x) ¸ displays a rational
result.
2.
factor(x^3+5x) ¸ displays a rational
result.
3.
factor(x^3N5x,x) ¸ displays a real
result.
4.
cfactor(x^3+5x,x) ¸ displays a complex
result.