Even with the new no calculator section, there are still several problems on the calculator section that can be hacked with a CAS calculator. I thought I would share a few SAT CAS hacks in this thread.
Hack Number 1: Solving an algebraic equation for one variable in terms of one or more other variables.
Many people know that you can solve algebraic equations with a CAS calculator. Not so many people know that with the proper command line, you can also solve for one variable in terms of other variables. This is something I discovered on my own shortly after I purchased my first CAS, a TI89.
Here is an example:
The average acceleration of a car in miles per hour^2 over a period of h hours is calculated using the formula
a=(f-s)/h , where s is the speed in miles per hour at the beginning of the period and f is the speed in miles per hour at the end of the period. What is s in terms of f, a and h?
To solve this problem with a CAS calculator, just copy the equation and solve for all the variables except the “in terms of” variables (the variables that you want to appear in the answer). That is, you input:
solve(a=(f-s)/h,s) Enter
This returns s=f-ah