document.write( "Question 1164209: Susan cashed a check at the bank, but the teller made a mistake. He gave her as many dollars as he should have given her cents and as many cents as he should have given her dollars. Susan took the money without realizing the error and spent $3.50. She then had twice as much money as the actual amount of the check. What was the amount of the check? \n" ); document.write( "
Algebra.Com's Answer #788635 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Susan cashed a check at the bank, but the teller made a mistake.
\n" ); document.write( " He gave her as many dollars as he should have given her cents and as many cents as he should have given her dollars.
\n" ); document.write( " Susan took the money without realizing the error and spent $3.50.
\n" ); document.write( " She then had twice as much money as the actual amount of the check.
\n" ); document.write( " What was the amount of the check?
\n" ); document.write( ";\r
\n" ); document.write( "\n" ); document.write( "let c = correct no. of cents
\n" ); document.write( "let d = correct no. of dollars
\n" ); document.write( "then
\n" ); document.write( "(d+.01c) = amt of the check
\n" ); document.write( "and
\n" ); document.write( "(c+.01d) = amt paid by teller
\n" ); document.write( ":
\n" ); document.write( "c + .01d - 3.50 = 2(d+.01c)
\n" ); document.write( "c + .01d - 3.50 = 2d + .02c
\n" ); document.write( "c -.02c + .01d - 2d = 3.50.
\n" ); document.write( ".98c - 1.99d = 3.50
\n" ); document.write( "Set up as an equation that we can graph on our calc and check the table
\n" ); document.write( "y=c; x=d
\n" ); document.write( "y = \"%281.99x%2B3.50%29%2F.98\"
\n" ); document.write( "only one, two digit, integer solution
\n" ); document.write( "d = 14, c = 32
\n" ); document.write( "Actual check value: $14.32, teller paid $32.14
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "See if that checks out
\n" ); document.write( "$32.14
\n" ); document.write( " -3.50
\n" ); document.write( "-------
\n" ); document.write( "$28.64 which is twice $14.32
\n" ); document.write( "
\n" );