<p>of course its possible to score high with a basic scientific calculator, but thats only if you're VERY strong in math and are VERY comfortable with your scientific calculator. I personally would be able to take the test with solely a scientific calculator if I wanted, but I always work too fast and make some silly mistake - i like to be able to see my steps on the graphing calculator's screen.</p>
<p>Also, I received a PM asking for some help in the tricks i had outlined previously with the ti89, so i thought i'd post that here too:</p>
<p>To use the suchthat button, which is | on the calculator, here's the syntax:</p>
<p>expression|variable=value</p>
<p>so, say i wanted to plug x=2 into the expression x^2 + 2, u'd type this into your calculator:</p>
<p>x^2+2|x=2</p>
<p>It would then return 6 as the answer. </p>
<p>You can also do this with multiple variables, just separate them by the word "and", like so:</p>
<p>2x+3y|x=1 and y=2</p>
<p>That would return 8.</p>
<p>Now if you've ever tried to F2 solve trig equations, you'll know that sometimes it comes out really ugly with @ signs and n's and stuff. This is because trig is periodic and so there are an infinite number of answers. Here's how you can make it so it only returns answers between 0 and 2pi (assuming you're in radians)</p>
<p>solve(sin(x)=0.5,x)|x>=0 and x<=2pi</p>
<br>
<p>= and <= should be 'greater than or equal to' or 'less than or equal to'. Use diamond and the corresponding < or > button (as opposed to normal 2nd button) to get the 'or equal to' part. </p>
<br>
<p>for systems of equations and F2Solve, do it like this:</p>
<p>solve(x+y=2 and 2x+3y=15, x)</p>
<p>it will give u the answers for x= and y=.</p>