home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / cat0301.zip / METZ1_3.QSX / METZ1_3.QSN
Text File  |  1991-12-18  |  461b  |  13 lines

  1. c:this is problem 1.3 from Metz/2nd Ed
  2. p:2
  3. r:$volume1:105+10*random
  4. r:$volume2:30+5*random
  5. r:$pressure:1.05+.3*random
  6. q:Calculate the pressure necessary to isothermally compress a $volume1
  7. q:cubic meters of ideal gas at $pressure bar to $volume2 cubic meters.
  8. a:$pressure*($volume1/$volume2)
  9. e1:$pressure*($volume2/$volume1)
  10. e21:Did you get your volumes mixed up?
  11. h:p(1)V(1) equals p(2)V(2), so $pressure times $volume1 =
  12. h:p(final) times $volume2.
  13.