home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / teaching / cat0301.zip / VAR_TEST.QSX / VAR_TEST.QSN
Text File  |  1991-12-18  |  697b  |  24 lines

  1. t:0.001
  2. v:x
  3. r:$rate1:10*random+60
  4. r:$distance:100*random+500
  5. q:Two trains at the station depart in opposite directions. One train travels
  6. q:at $rate1 miles/hour and the other at x miles/hour.  Give an expression
  7. q:(in x) for the time at which they will be $distance miles apart?
  8. a:$distance / ($rate1 + x)
  9. e1:1
  10. e21:After one hour they will still be $rate1 + $rate2 miles apart.
  11. e1:$distance / ($rate1 - x)
  12. e21:Perhaps you made a sign error.
  13. e22:Remember that the distance between the trains is always increasing.
  14. e23:Line 3
  15. e24:Line 4
  16. e25:Line 5
  17. e26:line 6
  18. e27:line 7
  19. e28:line 8
  20. e29:line 9
  21. h:Each hour they will travel $rate1 + $rate2 miles further apart.
  22. End of question
  23.  
  24.