Advertisement
Guest User

Untitled

a guest
Jun 18th, 2010
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. Toggle Code View
  3. <html lang="" dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head>
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. <title>CHAPTER - 4 - HOMEWORK</title>
  20. <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
  21. <meta content="no" http-equiv="imagetoolbar">
  22.  
  23. <link media="screen" type="text/css" href="http://img.webassign.net/wastatic/aggregate.css?20" rel="stylesheet">
  24. <link media="screen" type="text/css" href="http://img.webassign.net/wastatic/themes/css/blue.css?20" rel="stylesheet">
  25. <link media="print" type="text/css" href="http://img.webassign.net/wastatic/common/css/print.css?20" rel="stylesheet">
  26. <link media="screen" type="text/css" href="http://img.webassign.net/wastatic/common/css/purchasing.css?20" rel="stylesheet">
  27. <link media="screen" type="text/css" href="http://img.webassign.net/wastatic/common/css/tips.css?20" rel="stylesheet">
  28. <link media="all" type="text/css" href="http://img.webassign.net/wastatic/mathpad/css/pad.css?20" rel="stylesheet">
  29. <style type="text/css">
  30. .submit_button {
  31.     border: 1px solid #336699;
  32.     background-color: #dae6ef;
  33.     font-family: Arial, Helvetica, sans-serif;
  34.     font-size: 0.9em;
  35.     text-decoration: underline;
  36.     color: #0000cc;
  37.     cursor: pointer;
  38. }
  39. .submit_all_button {
  40.     border: 1px solid #336699;
  41.     background-color: #dae6ef;
  42.     font-family: Arial, Helvetica, sans-serif;
  43.     text-decoration: underline;
  44.     color: #0000cc;
  45.     cursor: pointer;
  46.     margin-right: 8px;
  47. }
  48.  
  49. div.qcontainer {
  50.     margin-left: 1%;
  51.     margin-right: 1%;
  52.     padding: 8px;
  53. }
  54. div.qheadcontainer {
  55.     border: 1px solid #336699;
  56.     padding: 4px;
  57.     background-color: #dae6ef;
  58.     margin-right: 3%;
  59. }
  60. div.qheaddetail {
  61.     float: left;
  62. }
  63. div.qheadlinks {
  64.     float: right;
  65. }
  66. div.allbuttons {
  67.     border-top: 1px solid #336699;
  68.     border-left: 1px solid #336699;
  69.     border-right: 1px solid #336699;
  70.     border-bottom: 3px solid #336699;
  71.     padding: 6px;
  72.     background-color: #dae6ef;
  73.     margin-top: 4px;
  74.     margin-left: 1%;
  75.     margin-right: 1%;
  76.     text-align: center;
  77. }
  78. div.qbuttons {
  79.     padding: 8px;
  80.     margin-left: 3%;
  81.     margin-right: 3%;
  82. }
  83. div.qcontentcontainer {
  84.     margin-left: 3%;
  85.     margin-right: 3%;
  86.     border-left: 1px solid #cccccc;
  87.     border-right: 1px solid #cccccc;
  88.     border-bottom: 1px solid #cccccc;
  89.     padding: 0px 4px 4px 4px;
  90. }
  91. div.hiddenContent {
  92.     display: none;
  93. }
  94. div.inlineContent {
  95.     display: inline;
  96. }
  97. div.qdetails {
  98.     border-left: 1px solid #336699;
  99.     border-right: 1px solid #336699;
  100.     border-bottom: 1px solid #336699;
  101. }
  102. .correctBord {
  103.     border:1px solid #006600;
  104.     padding:2px;
  105.     width:200px;
  106.     margin:0 0 0 2em;
  107. }
  108. .incorrectBord {
  109.     padding:2px;
  110.     width:200px;
  111.     border:1px solid #dd0000;
  112.     margin:0 0 0 2em;
  113. }
  114. .multBox {
  115.     margin:0 0 0 2em;
  116. }
  117. </style>
  118. <script src="/wastatic/lib/js/mootools-1.2.2.js?20" type="text/javascript"></script>
  119. <script src="/wastatic/lib/js/mootools-1.2.2.2-more.js?20" type="text/javascript"></script>
  120. <script src="http://img.webassign.net/wastatic/aggregate.js?20" type="text/javascript"></script>
  121. <script src="http://img.webassign.net/wastatic/common/js/tips.js?20" type="text/javascript"></script>
  122. <script src="http://img.webassign.net/wastatic/common/js/pageTips.js?20" type="text/javascript"></script>
  123. <script src="http://img.webassign.net/wastatic/mathpad/js/mathPadClass.js?20" type="text/javascript"></script>
  124. <script type="text/javascript">
  125. //&lt;![CDATA[
  126.  
  127. function openWindow(comp,title,attr) {
  128.     var newWindow = window.open(comp,title,attr);
  129.     newWindow.focus();
  130. }
  131.  
  132. var clicks = new Array();
  133. var bseconds = new Array();
  134. function click_link (structv) {
  135.  
  136.         if (clicks[structv]) {
  137.                 clicks[structv]++;
  138.         } else {
  139.                 clicks[structv] = 1;
  140.         }
  141.  
  142.         var allow_submit = 1;
  143.         if (clicks[structv] &gt; 1) {
  144.                 allow_submit = 0;
  145.  
  146.                 var now_time = new Date();
  147.                 var now_seconds = now_time.getTime();
  148.  
  149.                 var seconds_diff = (now_seconds - bseconds[structv]) / 1000;
  150.  
  151.                 if (seconds_diff &gt; 10.0) {
  152.                         allow_submit = 1;
  153.                 }
  154.         }
  155.  
  156.         if (allow_submit) {
  157.                 var current_time = new Date();
  158.                 bseconds[structv] = current_time.getTime();
  159.  
  160.                 document.forms[0].struct.value = structv;
  161.  
  162.                 // If the password prompt is displayed then return early.
  163.                 if ( document.getElementById('prompt_for_pass') ) {
  164.                     var pass_prompt_display = document.getElementById('prompt_for_pass').style.display;
  165.                     if (pass_prompt_display == 'block') {
  166.                         return;
  167.                     }
  168.                 }
  169.  
  170.                 document.forms[0].submit(this);
  171.         }
  172. }
  173. function canAllowDefault (outerHTML) {
  174.     var canAllowDefault = 0;
  175.     // allow links to be opened via enter key or in textareas
  176.     if (outerHTML.substr(0,2).toLowerCase() == '&lt;a' ||
  177.         outerHTML.substr(0,9).toLowerCase() == '&lt;textarea') {
  178.         canAllowDefault = 1;
  179.     } else {
  180.         var typeIndexStart = outerHTML.indexOf('type=');
  181.         if (typeIndexStart &gt; 0) {
  182.             var typeIndexEnd = typeIndexStart + 5;
  183.             //looking for type=submit
  184.             var typeVal = outerHTML.substr(typeIndexEnd,6);
  185.             if (typeVal == 'submit') {
  186.             //user has pressed enter on a submit button, ok to
  187.             //submit form
  188.                 canAllowDefault = 1;
  189.             }
  190.         }
  191.     }
  192.     return canAllowDefault;
  193. }
  194.  
  195. function addEvents () {
  196.     var f = document.getElementsByTagName('form');
  197.     for (var i = 0; i &lt; f.length; i++) {
  198.         f[i].onkeypress = function(e){
  199.             if (window.event) { // (ie)
  200.                 //was the enter key pressed?
  201.                 if (window.event.keyCode == 13) {
  202.                     //disable forms default action (submission)
  203.                     window.event.returnValue = false;
  204.  
  205.                     //determine target--was enter button pressed on submit
  206.                     //element?
  207.                     var t = window.event.srcElement;
  208.                     //get html of element, look for a submit button...
  209.                     var outerHTML = t.outerHTML;
  210.                     var canAllow = canAllowDefault(outerHTML);
  211.  
  212.                     if (canAllow) {
  213.                         window.event.returnValue = true;
  214.                     }
  215.                 }
  216.             } else {
  217.                 if (e.keyCode == 13) { //enter key
  218.                     var canAllow = 0;
  219.                     var t = e.target;
  220.                     if (t.type) { //input element
  221.                         if ( t.type == 'submit' || t.type == 'textarea' ) {
  222.                             canAllow = 1;
  223.                         }
  224.                     } else {
  225.                         //string, check to see if it begins with
  226.                         //javascript or an &lt;a tag
  227.                         var ts = new String(t);
  228.                         var jsindex = ts.indexOf('javascript');
  229.                         var aindex = ts.indexOf('&lt;a');
  230.  
  231.                         if ( jsindex &gt;= 0 || aindex &gt;= 0 ) {
  232.                             canAllow = 1;
  233.                         }
  234.                     }
  235.  
  236.                     if (!canAllow) {
  237.                         e.preventDefault();
  238.                     }
  239.                 }
  240.             }
  241.         };
  242.     }
  243. }
  244.  
  245.  
  246.  
  247.  
  248.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  249.     //       instead of trying to change that functionality which at the moment I don't
  250.     //       think is possible, I have a check to see if the emptpy chemPad object has
  251.     //       been created yet, so one chemPad object isn't reinitialized
  252.     if( !($defined(chemPadRB_1180248_0_0_1184065)) ) {
  253.    
  254.         var chemPadRB_1180248_0_0_1184065 = {};
  255.         window.addEvent('domready', function() {
  256.        
  257.  
  258.  
  259.    
  260.             chemPadRB_1180248_0_0_1184065 = new pad({
  261.                 container: 'chemPad',
  262.                 id: 'RB_1180248_0_0_1184065',
  263.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  264.                 mode: 'rxn'
  265.             });
  266.            
  267.  
  268.  
  269.  
  270.         });
  271.     }
  272.  
  273.  
  274.  
  275.                         window.addEvent('domready', function() {
  276.                         var input = "K_2SO_4 (aq) + BaBr_2 (aq) --&gt; BaSO_4 (s) + 2KBr (aq)";
  277.                         chemPadRB_1180248_0_0_1184065.showResponse(input, true, 'RB_1180248_0_0_1184065', 'Your answer is correct.');
  278.            
  279.                     });
  280.  
  281.             window.addEvent('domready', function() {
  282.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  283.                 chemPadRB_1180248_0_0_1184065.showHint(hint, '#dd0000');
  284.             });
  285.            
  286.  
  287.  
  288.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  289.     //       instead of trying to change that functionality which at the moment I don't
  290.     //       think is possible, I have a check to see if the emptpy chemPad object has
  291.     //       been created yet, so one chemPad object isn't reinitialized
  292.     if( !($defined(chemPadRB_1180248_0_1_1184065)) ) {
  293.    
  294.         var chemPadRB_1180248_0_1_1184065 = {};
  295.         window.addEvent('domready', function() {
  296.        
  297.  
  298.  
  299.    
  300.             chemPadRB_1180248_0_1_1184065 = new pad({
  301.                 container: 'chemPad',
  302.                 id: 'RB_1180248_0_1_1184065',
  303.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  304.                 mode: 'rxn,ion'
  305.             });
  306.            
  307.  
  308.  
  309.  
  310.         });
  311.     }
  312.  
  313.  
  314.  
  315.                         window.addEvent('domready', function() {
  316.                         var input = "SO_4^-2 (aq) + Ba^+2 (aq) --&gt; BaSO_4 (s)";
  317.                         chemPadRB_1180248_0_1_1184065.showResponse(input, true, 'RB_1180248_0_1_1184065', 'Your answer is correct.');
  318.            
  319.                     });
  320.  
  321.             window.addEvent('domready', function() {
  322.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  323.                 chemPadRB_1180248_0_1_1184065.showHint(hint, '#dd0000');
  324.             });
  325.            
  326. var bc_win;
  327. function open_bc_enhanced (asset_type, asset_url, external) {
  328.     var attr = 'scrollbars=yes,resizable=yes';
  329.  
  330.     // figure out these sizes
  331.     if (asset_type == 'read_it') {
  332.         // Currently all read its are flash paper.  If this ever changes a
  333.         // better interface should be installed.  iframe height=600 but
  334.         // window has to have height of iframe + 46px for read it bar
  335.         var attr = 'scrollbars=no,resizable=yes';
  336.  
  337.         attr += ',width=1000,height=646';
  338.     }
  339.     else if (asset_type == 'watch_it') {
  340.         if (external) {
  341.             attr += ',width=790,height=680';
  342.         } else {
  343.             attr += ',width=640,height=550';
  344.         }
  345.     }
  346.     else if (asset_type == 'watch_it_player') {
  347.         attr += ',width=640,height=750';
  348.     }
  349.     else if (asset_type == 'practice_it') {
  350.         attr += ',width=735,height=615';
  351.     }
  352.     else if (asset_type == 'master_it') {
  353.         attr += ',width=1000,height=670';
  354.     }
  355.     else if (asset_type == 'master_it_alt') {
  356.             attr += ',width=760,height=620';
  357.     }
  358.     else if (asset_type == 'chat_about_it') {
  359.         attr += ',width=1000,height=670';
  360.     }
  361.  
  362.     if (asset_type == 'practice_it' || asset_type == 'master_it' || asset_type == 'master_it_alt' || external) {
  363.         if (bc_win) {
  364.             bc_win.close();
  365.         }
  366.  
  367.         bc_win = window.open(asset_url,'BCEnhanced',attr);
  368.     }
  369.     else {
  370.         var enhanced_url = 'http://img.webassign.net/v4cgi/extra/bc_enhanced/index.tpl?';
  371.         enhanced_url += 'asset=' + asset_type;
  372.         enhanced_url += '&amp;asset_url=' + escape(asset_url);
  373.         enhanced_url += '&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf';
  374.  
  375.         var open_new_window = true;
  376.  
  377.         if (bc_win) {
  378.             // if chat_about_it isn't pointing directly to an external resource we can reuse window
  379.             if (asset_type == 'chat_about_it' &amp;&amp; asset_url.substring(0, 7) != 'http://') {
  380.                 if (!bc_win.closed) {
  381.                     if (bc_win.location.href != enhanced_url) {
  382.                         bc_win.location.href = enhanced_url;
  383.                     }
  384.                     open_new_window = false;
  385.                 }
  386.             }
  387.             else {
  388.                 bc_win.close();
  389.             }
  390.         }
  391.  
  392.         if (open_new_window) {
  393.             bc_win = window.open(enhanced_url, 'BCEnhanced', attr);
  394.         }
  395.     }
  396.  
  397.     bc_win.focus();
  398. }
  399.  
  400.  
  401.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  402.     //       instead of trying to change that functionality which at the moment I don't
  403.     //       think is possible, I have a check to see if the emptpy chemPad object has
  404.     //       been created yet, so one chemPad object isn't reinitialized
  405.     if( !($defined(chemPadRB_1180117_1_0_1183934)) ) {
  406.    
  407.         var chemPadRB_1180117_1_0_1183934 = {};
  408.         window.addEvent('domready', function() {
  409.        
  410.  
  411.  
  412.    
  413.             chemPadRB_1180117_1_0_1183934 = new pad({
  414.                 container: 'chemPad',
  415.                 id: 'RB_1180117_1_0_1183934',
  416.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  417.                 mode: 'rxn'
  418.             });
  419.            
  420.  
  421.  
  422.  
  423.         });
  424.     }
  425.  
  426.  
  427.  
  428.                         window.addEvent('domready', function() {
  429.                         var input = " Al(OH)_3 (s) + 3HNO_3 (aq)  --&gt; Al(NO_3)_3 (aq) + 3H_2O (l)";
  430.                         chemPadRB_1180117_1_0_1183934.showResponse(input, true, 'RB_1180117_1_0_1183934', 'Your answer is correct.');
  431.            
  432.                     });
  433.  
  434.             window.addEvent('domready', function() {
  435.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  436.                 chemPadRB_1180117_1_0_1183934.showHint(hint, '#dd0000');
  437.             });
  438.            
  439.  
  440.  
  441.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  442.     //       instead of trying to change that functionality which at the moment I don't
  443.     //       think is possible, I have a check to see if the emptpy chemPad object has
  444.     //       been created yet, so one chemPad object isn't reinitialized
  445.     if( !($defined(chemPadRB_1180117_1_1_1183934)) ) {
  446.    
  447.         var chemPadRB_1180117_1_1_1183934 = {};
  448.         window.addEvent('domready', function() {
  449.        
  450.  
  451.  
  452.    
  453.             chemPadRB_1180117_1_1_1183934 = new pad({
  454.                 container: 'chemPad',
  455.                 id: 'RB_1180117_1_1_1183934',
  456.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  457.                 mode: 'rxn,ion'
  458.             });
  459.            
  460.  
  461.  
  462.  
  463.         });
  464.     }
  465.  
  466.  
  467.  
  468.                         window.addEvent('domready', function() {
  469.                         var input = "Al(OH)_3 (s) + 3H^+ (aq) --&gt; Al^+3 (aq) + 3H_2O (l)";
  470.                         chemPadRB_1180117_1_1_1183934.showResponse(input, true, 'RB_1180117_1_1_1183934', 'Your answer is correct.');
  471.            
  472.                     });
  473.  
  474.             window.addEvent('domready', function() {
  475.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  476.                 chemPadRB_1180117_1_1_1183934.showHint(hint, '#dd0000');
  477.             });
  478.            
  479.  
  480.  
  481.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  482.     //       instead of trying to change that functionality which at the moment I don't
  483.     //       think is possible, I have a check to see if the emptpy chemPad object has
  484.     //       been created yet, so one chemPad object isn't reinitialized
  485.     if( !($defined(chemPadRB_1180117_1_2_1183934)) ) {
  486.    
  487.         var chemPadRB_1180117_1_2_1183934 = {};
  488.         window.addEvent('domready', function() {
  489.        
  490.  
  491.  
  492.    
  493.             chemPadRB_1180117_1_2_1183934 = new pad({
  494.                 container: 'chemPad',
  495.                 id: 'RB_1180117_1_2_1183934',
  496.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  497.                 mode: 'rxn'
  498.             });
  499.            
  500.  
  501.  
  502.  
  503.         });
  504.     }
  505.  
  506.  
  507.  
  508.                         window.addEvent('domready', function() {
  509.                         var input = "FeS (s) + 2HClO_4 (aq) --&gt; Fe(ClO_4)_2 (aq) + H_2S (g) ";
  510.                         chemPadRB_1180117_1_2_1183934.showResponse(input, true, 'RB_1180117_1_2_1183934', 'Your answer is correct.');
  511.            
  512.                     });
  513.  
  514.             window.addEvent('domready', function() {
  515.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  516.                 chemPadRB_1180117_1_2_1183934.showHint(hint, '#dd0000');
  517.             });
  518.            
  519.  
  520.  
  521.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  522.     //       instead of trying to change that functionality which at the moment I don't
  523.     //       think is possible, I have a check to see if the emptpy chemPad object has
  524.     //       been created yet, so one chemPad object isn't reinitialized
  525.     if( !($defined(chemPadRB_1180117_1_3_1183934)) ) {
  526.    
  527.         var chemPadRB_1180117_1_3_1183934 = {};
  528.         window.addEvent('domready', function() {
  529.        
  530.  
  531.  
  532.    
  533.             chemPadRB_1180117_1_3_1183934 = new pad({
  534.                 container: 'chemPad',
  535.                 id: 'RB_1180117_1_3_1183934',
  536.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  537.                 mode: 'rxn,ion'
  538.             });
  539.            
  540.  
  541.  
  542.  
  543.         });
  544.     }
  545.  
  546.  
  547.  
  548.                         window.addEvent('domready', function() {
  549.                         var input = "FeS (s) + 2H^+(aq) --&gt; Fe^+2 (aq) + H_2S (g)  ";
  550.                         chemPadRB_1180117_1_3_1183934.showResponse(input, true, 'RB_1180117_1_3_1183934', 'Your answer is correct.');
  551.            
  552.                     });
  553.  
  554.             window.addEvent('domready', function() {
  555.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  556.                 chemPadRB_1180117_1_3_1183934.showHint(hint, '#dd0000');
  557.             });
  558.            
  559.  
  560.  
  561.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  562.     //       instead of trying to change that functionality which at the moment I don't
  563.     //       think is possible, I have a check to see if the emptpy chemPad object has
  564.     //       been created yet, so one chemPad object isn't reinitialized
  565.     if( !($defined(chemPadRB_1180117_1_4_1183934)) ) {
  566.    
  567.         var chemPadRB_1180117_1_4_1183934 = {};
  568.         window.addEvent('domready', function() {
  569.        
  570.  
  571.  
  572.    
  573.             chemPadRB_1180117_1_4_1183934 = new pad({
  574.                 container: 'chemPad',
  575.                 id: 'RB_1180117_1_4_1183934',
  576.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  577.                 mode: ''
  578.             });
  579.            
  580.  
  581.  
  582.  
  583.         });
  584.     }
  585.  
  586.  
  587.  
  588.                         window.addEvent('domready', function() {
  589.                         var input = "NONE";
  590.                         chemPadRB_1180117_1_4_1183934.showResponse(input, true, 'RB_1180117_1_4_1183934', 'Your answer is correct.');
  591.            
  592.                     });
  593.  
  594.  
  595.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  596.     //       instead of trying to change that functionality which at the moment I don't
  597.     //       think is possible, I have a check to see if the emptpy chemPad object has
  598.     //       been created yet, so one chemPad object isn't reinitialized
  599.     if( !($defined(chemPadRB_1180117_1_5_1183934)) ) {
  600.    
  601.         var chemPadRB_1180117_1_5_1183934 = {};
  602.         window.addEvent('domready', function() {
  603.        
  604.  
  605.  
  606.    
  607.             chemPadRB_1180117_1_5_1183934 = new pad({
  608.                 container: 'chemPad',
  609.                 id: 'RB_1180117_1_5_1183934',
  610.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  611.                 mode: ''
  612.             });
  613.            
  614.  
  615.  
  616.  
  617.         });
  618.     }
  619.  
  620.  
  621.  
  622.                         window.addEvent('domready', function() {
  623.                         var input = "NONE";
  624.                         chemPadRB_1180117_1_5_1183934.showResponse(input, true, 'RB_1180117_1_5_1183934', 'Your answer is correct.');
  625.            
  626.                     });
  627.  
  628.  
  629.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  630.     //       instead of trying to change that functionality which at the moment I don't
  631.     //       think is possible, I have a check to see if the emptpy chemPad object has
  632.     //       been created yet, so one chemPad object isn't reinitialized
  633.     if( !($defined(chemPadRB_1180117_1_6_1183934)) ) {
  634.    
  635.         var chemPadRB_1180117_1_6_1183934 = {};
  636.         window.addEvent('domready', function() {
  637.        
  638.  
  639.  
  640.    
  641.             chemPadRB_1180117_1_6_1183934 = new pad({
  642.                 container: 'chemPad',
  643.                 id: 'RB_1180117_1_6_1183934',
  644.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  645.                 mode: 'rxn'
  646.             });
  647.            
  648.  
  649.  
  650.  
  651.         });
  652.     }
  653.  
  654.  
  655.  
  656.                         window.addEvent('domready', function() {
  657.                         var input = "MgSO_4 (aq) + Ba(NO_3)_2 (aq) --&gt; Mg(NO_3)_2 (aq) + BaSO_4 (s) ";
  658.                         chemPadRB_1180117_1_6_1183934.showResponse(input, true, 'RB_1180117_1_6_1183934', 'Your answer is correct.');
  659.            
  660.                     });
  661.  
  662.             window.addEvent('domready', function() {
  663.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  664.                 chemPadRB_1180117_1_6_1183934.showHint(hint, '#dd0000');
  665.             });
  666.            
  667.  
  668.  
  669.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  670.     //       instead of trying to change that functionality which at the moment I don't
  671.     //       think is possible, I have a check to see if the emptpy chemPad object has
  672.     //       been created yet, so one chemPad object isn't reinitialized
  673.     if( !($defined(chemPadRB_1180117_1_7_1183934)) ) {
  674.    
  675.         var chemPadRB_1180117_1_7_1183934 = {};
  676.         window.addEvent('domready', function() {
  677.        
  678.  
  679.  
  680.    
  681.             chemPadRB_1180117_1_7_1183934 = new pad({
  682.                 container: 'chemPad',
  683.                 id: 'RB_1180117_1_7_1183934',
  684.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  685.                 mode: 'rxn,ion'
  686.             });
  687.            
  688.  
  689.  
  690.  
  691.         });
  692.     }
  693.  
  694.  
  695.  
  696.                         window.addEvent('domready', function() {
  697.                         var input = "SO_4^-2(aq) + Ba^+2(aq)  --&gt; BaSO_4 (s) ";
  698.                         chemPadRB_1180117_1_7_1183934.showResponse(input, true, 'RB_1180117_1_7_1183934', 'Your answer is correct.');
  699.            
  700.                     });
  701.  
  702.             window.addEvent('domready', function() {
  703.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  704.                 chemPadRB_1180117_1_7_1183934.showHint(hint, '#dd0000');
  705.             });
  706.            
  707.  
  708.  
  709.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  710.     //       instead of trying to change that functionality which at the moment I don't
  711.     //       think is possible, I have a check to see if the emptpy chemPad object has
  712.     //       been created yet, so one chemPad object isn't reinitialized
  713.     if( !($defined(chemPadRB_1180106_4_0_1183923)) ) {
  714.    
  715.         var chemPadRB_1180106_4_0_1183923 = {};
  716.         window.addEvent('domready', function() {
  717.        
  718.  
  719.  
  720.    
  721.             chemPadRB_1180106_4_0_1183923 = new pad({
  722.                 container: 'chemPad',
  723.                 id: 'RB_1180106_4_0_1183923',
  724.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  725.                 mode: 'rxn,ion'
  726.             });
  727.            
  728.  
  729.  
  730.  
  731.         });
  732.     }
  733.  
  734.  
  735.  
  736.  
  737.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  738.     //       instead of trying to change that functionality which at the moment I don't
  739.     //       think is possible, I have a check to see if the emptpy chemPad object has
  740.     //       been created yet, so one chemPad object isn't reinitialized
  741.     if( !($defined(chemPadRB_1180106_4_1_1183923)) ) {
  742.    
  743.         var chemPadRB_1180106_4_1_1183923 = {};
  744.         window.addEvent('domready', function() {
  745.        
  746.  
  747.  
  748.    
  749.             chemPadRB_1180106_4_1_1183923 = new pad({
  750.                 container: 'chemPad',
  751.                 id: 'RB_1180106_4_1_1183923',
  752.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  753.                 mode: 'rxn,ion'
  754.             });
  755.            
  756.  
  757.  
  758.  
  759.         });
  760.     }
  761.  
  762.  
  763.  
  764.  
  765.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  766.     //       instead of trying to change that functionality which at the moment I don't
  767.     //       think is possible, I have a check to see if the emptpy chemPad object has
  768.     //       been created yet, so one chemPad object isn't reinitialized
  769.     if( !($defined(chemPadRB_1180106_4_2_1183923)) ) {
  770.    
  771.         var chemPadRB_1180106_4_2_1183923 = {};
  772.         window.addEvent('domready', function() {
  773.        
  774.  
  775.  
  776.    
  777.             chemPadRB_1180106_4_2_1183923 = new pad({
  778.                 container: 'chemPad',
  779.                 id: 'RB_1180106_4_2_1183923',
  780.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  781.                 mode: 'rxn,ion'
  782.             });
  783.            
  784.  
  785.  
  786.  
  787.         });
  788.     }
  789.  
  790.  
  791.  
  792.  
  793.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  794.     //       instead of trying to change that functionality which at the moment I don't
  795.     //       think is possible, I have a check to see if the emptpy chemPad object has
  796.     //       been created yet, so one chemPad object isn't reinitialized
  797.     if( !($defined(chemPadRB_1180106_4_3_1183923)) ) {
  798.    
  799.         var chemPadRB_1180106_4_3_1183923 = {};
  800.         window.addEvent('domready', function() {
  801.        
  802.  
  803.  
  804.    
  805.             chemPadRB_1180106_4_3_1183923 = new pad({
  806.                 container: 'chemPad',
  807.                 id: 'RB_1180106_4_3_1183923',
  808.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  809.                 mode: 'rxn,ion'
  810.             });
  811.            
  812.  
  813.  
  814.  
  815.         });
  816.     }
  817.  
  818.  
  819.  
  820.  
  821.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  822.     //       instead of trying to change that functionality which at the moment I don't
  823.     //       think is possible, I have a check to see if the emptpy chemPad object has
  824.     //       been created yet, so one chemPad object isn't reinitialized
  825.     if( !($defined(chemPadRB_1180035_5_0_1183852)) ) {
  826.    
  827.         var chemPadRB_1180035_5_0_1183852 = {};
  828.         window.addEvent('domready', function() {
  829.        
  830.  
  831.  
  832.    
  833.             chemPadRB_1180035_5_0_1183852 = new pad({
  834.                 container: 'chemPad',
  835.                 id: 'RB_1180035_5_0_1183852',
  836.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  837.                 mode: 'rxn'
  838.             });
  839.            
  840.  
  841.  
  842.  
  843.         });
  844.     }
  845.  
  846.  
  847.  
  848.                         window.addEvent('domready', function() {
  849.                         var input = "K_2CO_3 (aq) + 2HBr (aq) --&gt; 2KBr (aq) + CO_2 (g) + H_2O (l)";
  850.                         chemPadRB_1180035_5_0_1183852.showResponse(input, true, 'RB_1180035_5_0_1183852', 'Your answer is correct.');
  851.            
  852.                     });
  853.  
  854.             window.addEvent('domready', function() {
  855.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  856.                 chemPadRB_1180035_5_0_1183852.showHint(hint, '#dd0000');
  857.             });
  858.            
  859.  
  860.  
  861.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  862.     //       instead of trying to change that functionality which at the moment I don't
  863.     //       think is possible, I have a check to see if the emptpy chemPad object has
  864.     //       been created yet, so one chemPad object isn't reinitialized
  865.     if( !($defined(chemPadRB_1180035_5_1_1183852)) ) {
  866.    
  867.         var chemPadRB_1180035_5_1_1183852 = {};
  868.         window.addEvent('domready', function() {
  869.        
  870.  
  871.  
  872.    
  873.             chemPadRB_1180035_5_1_1183852 = new pad({
  874.                 container: 'chemPad',
  875.                 id: 'RB_1180035_5_1_1183852',
  876.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  877.                 mode: 'rxn,ion'
  878.             });
  879.            
  880.  
  881.  
  882.  
  883.         });
  884.     }
  885.  
  886.  
  887.  
  888.                         window.addEvent('domready', function() {
  889.                         var input = "CO_3^-2 (aq) + 2H^+ (aq) --&gt; CO_2 (g) + H_2O (l)";
  890.                         chemPadRB_1180035_5_1_1183852.showResponse(input, true, 'RB_1180035_5_1_1183852', 'Your answer is correct.');
  891.            
  892.                     });
  893.  
  894.             window.addEvent('domready', function() {
  895.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  896.                 chemPadRB_1180035_5_1_1183852.showHint(hint, '#dd0000');
  897.             });
  898.            
  899.  
  900.  
  901.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  902.     //       instead of trying to change that functionality which at the moment I don't
  903.     //       think is possible, I have a check to see if the emptpy chemPad object has
  904.     //       been created yet, so one chemPad object isn't reinitialized
  905.     if( !($defined(chemPadRB_1180621_6_0_1184438)) ) {
  906.    
  907.         var chemPadRB_1180621_6_0_1184438 = {};
  908.         window.addEvent('domready', function() {
  909.        
  910.  
  911.  
  912.    
  913.             chemPadRB_1180621_6_0_1184438 = new pad({
  914.                 container: 'chemPad',
  915.                 id: 'RB_1180621_6_0_1184438',
  916.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  917.                 mode: 'rxn'
  918.             });
  919.            
  920.  
  921.  
  922.  
  923.         });
  924.     }
  925.  
  926.  
  927.  
  928.  
  929.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  930.     //       instead of trying to change that functionality which at the moment I don't
  931.     //       think is possible, I have a check to see if the emptpy chemPad object has
  932.     //       been created yet, so one chemPad object isn't reinitialized
  933.     if( !($defined(chemPadRB_1180621_6_1_1184438)) ) {
  934.    
  935.         var chemPadRB_1180621_6_1_1184438 = {};
  936.         window.addEvent('domready', function() {
  937.        
  938.  
  939.  
  940.    
  941.             chemPadRB_1180621_6_1_1184438 = new pad({
  942.                 container: 'chemPad',
  943.                 id: 'RB_1180621_6_1_1184438',
  944.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  945.                 mode: 'rxn,ion'
  946.             });
  947.            
  948.  
  949.  
  950.  
  951.         });
  952.     }
  953.  
  954.  
  955.  
  956.  
  957.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  958.     //       instead of trying to change that functionality which at the moment I don't
  959.     //       think is possible, I have a check to see if the emptpy chemPad object has
  960.     //       been created yet, so one chemPad object isn't reinitialized
  961.     if( !($defined(chemPadRB_1180621_6_2_1184438)) ) {
  962.    
  963.         var chemPadRB_1180621_6_2_1184438 = {};
  964.         window.addEvent('domready', function() {
  965.        
  966.  
  967.  
  968.    
  969.             chemPadRB_1180621_6_2_1184438 = new pad({
  970.                 container: 'chemPad',
  971.                 id: 'RB_1180621_6_2_1184438',
  972.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  973.                 mode: 'rxn'
  974.             });
  975.            
  976.  
  977.  
  978.  
  979.         });
  980.     }
  981.  
  982.  
  983.  
  984.  
  985.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  986.     //       instead of trying to change that functionality which at the moment I don't
  987.     //       think is possible, I have a check to see if the emptpy chemPad object has
  988.     //       been created yet, so one chemPad object isn't reinitialized
  989.     if( !($defined(chemPadRB_1180621_6_3_1184438)) ) {
  990.    
  991.         var chemPadRB_1180621_6_3_1184438 = {};
  992.         window.addEvent('domready', function() {
  993.        
  994.  
  995.  
  996.    
  997.             chemPadRB_1180621_6_3_1184438 = new pad({
  998.                 container: 'chemPad',
  999.                 id: 'RB_1180621_6_3_1184438',
  1000.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  1001.                 mode: 'rxn,ion'
  1002.             });
  1003.            
  1004.  
  1005.  
  1006.  
  1007.         });
  1008.     }
  1009.  
  1010.  
  1011.  
  1012.  
  1013.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  1014.     //       instead of trying to change that functionality which at the moment I don't
  1015.     //       think is possible, I have a check to see if the emptpy chemPad object has
  1016.     //       been created yet, so one chemPad object isn't reinitialized
  1017.     if( !($defined(chemPadRB_1180292_8_0_1184109)) ) {
  1018.    
  1019.         var chemPadRB_1180292_8_0_1184109 = {};
  1020.         window.addEvent('domready', function() {
  1021.        
  1022.  
  1023.  
  1024.    
  1025.             chemPadRB_1180292_8_0_1184109 = new pad({
  1026.                 container: 'chemPad',
  1027.                 id: 'RB_1180292_8_0_1184109',
  1028.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  1029.                 mode: 'rxn'
  1030.             });
  1031.            
  1032.  
  1033.  
  1034.  
  1035.         });
  1036.     }
  1037.  
  1038.  
  1039.  
  1040.  
  1041.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  1042.     //       instead of trying to change that functionality which at the moment I don't
  1043.     //       think is possible, I have a check to see if the emptpy chemPad object has
  1044.     //       been created yet, so one chemPad object isn't reinitialized
  1045.     if( !($defined(chemPadRB_1180292_8_1_1184109)) ) {
  1046.    
  1047.         var chemPadRB_1180292_8_1_1184109 = {};
  1048.         window.addEvent('domready', function() {
  1049.        
  1050.  
  1051.  
  1052.    
  1053.             chemPadRB_1180292_8_1_1184109 = new pad({
  1054.                 container: 'chemPad',
  1055.                 id: 'RB_1180292_8_1_1184109',
  1056.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  1057.                 mode: 'rxn,ion'
  1058.             });
  1059.            
  1060.  
  1061.  
  1062.  
  1063.         });
  1064.     }
  1065.  
  1066.  
  1067.  
  1068.  
  1069.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  1070.     //       instead of trying to change that functionality which at the moment I don't
  1071.     //       think is possible, I have a check to see if the emptpy chemPad object has
  1072.     //       been created yet, so one chemPad object isn't reinitialized
  1073.     if( !($defined(chemPadRB_1180292_8_2_1184109)) ) {
  1074.    
  1075.         var chemPadRB_1180292_8_2_1184109 = {};
  1076.         window.addEvent('domready', function() {
  1077.        
  1078.  
  1079.  
  1080.    
  1081.             chemPadRB_1180292_8_2_1184109 = new pad({
  1082.                 container: 'chemPad',
  1083.                 id: 'RB_1180292_8_2_1184109',
  1084.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  1085.                 mode: 'rxn'
  1086.             });
  1087.            
  1088.  
  1089.  
  1090.  
  1091.         });
  1092.     }
  1093.  
  1094.  
  1095.  
  1096.  
  1097.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  1098.     //       instead of trying to change that functionality which at the moment I don't
  1099.     //       think is possible, I have a check to see if the emptpy chemPad object has
  1100.     //       been created yet, so one chemPad object isn't reinitialized
  1101.     if( !($defined(chemPadRB_1180292_8_3_1184109)) ) {
  1102.    
  1103.         var chemPadRB_1180292_8_3_1184109 = {};
  1104.         window.addEvent('domready', function() {
  1105.        
  1106.  
  1107.  
  1108.    
  1109.             chemPadRB_1180292_8_3_1184109 = new pad({
  1110.                 container: 'chemPad',
  1111.                 id: 'RB_1180292_8_3_1184109',
  1112.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  1113.                 mode: 'rxn,ion'
  1114.             });
  1115.            
  1116.  
  1117.  
  1118.  
  1119.         });
  1120.     }
  1121.  
  1122.  
  1123.  
  1124.  
  1125.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  1126.     //       instead of trying to change that functionality which at the moment I don't
  1127.     //       think is possible, I have a check to see if the emptpy chemPad object has
  1128.     //       been created yet, so one chemPad object isn't reinitialized
  1129.     if( !($defined(chemPadRB_1180292_8_4_1184109)) ) {
  1130.    
  1131.         var chemPadRB_1180292_8_4_1184109 = {};
  1132.         window.addEvent('domready', function() {
  1133.        
  1134.  
  1135.  
  1136.    
  1137.             chemPadRB_1180292_8_4_1184109 = new pad({
  1138.                 container: 'chemPad',
  1139.                 id: 'RB_1180292_8_4_1184109',
  1140.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  1141.                 mode: 'rxn'
  1142.             });
  1143.            
  1144.  
  1145.  
  1146.  
  1147.         });
  1148.     }
  1149.  
  1150.  
  1151.  
  1152.  
  1153.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  1154.     //       instead of trying to change that functionality which at the moment I don't
  1155.     //       think is possible, I have a check to see if the emptpy chemPad object has
  1156.     //       been created yet, so one chemPad object isn't reinitialized
  1157.     if( !($defined(chemPadRB_1180292_8_5_1184109)) ) {
  1158.    
  1159.         var chemPadRB_1180292_8_5_1184109 = {};
  1160.         window.addEvent('domready', function() {
  1161.        
  1162.  
  1163.  
  1164.    
  1165.             chemPadRB_1180292_8_5_1184109 = new pad({
  1166.                 container: 'chemPad',
  1167.                 id: 'RB_1180292_8_5_1184109',
  1168.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  1169.                 mode: 'rxn,ion'
  1170.             });
  1171.            
  1172.  
  1173.  
  1174.  
  1175.         });
  1176.     }
  1177.  
  1178.  
  1179.  
  1180.  
  1181.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  1182.     //       instead of trying to change that functionality which at the moment I don't
  1183.     //       think is possible, I have a check to see if the emptpy chemPad object has
  1184.     //       been created yet, so one chemPad object isn't reinitialized
  1185.     if( !($defined(chemPadRB_1180292_8_6_1184109)) ) {
  1186.    
  1187.         var chemPadRB_1180292_8_6_1184109 = {};
  1188.         window.addEvent('domready', function() {
  1189.        
  1190.  
  1191.  
  1192.    
  1193.             chemPadRB_1180292_8_6_1184109 = new pad({
  1194.                 container: 'chemPad',
  1195.                 id: 'RB_1180292_8_6_1184109',
  1196.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  1197.                 mode: 'rxn'
  1198.             });
  1199.            
  1200.  
  1201.  
  1202.  
  1203.         });
  1204.     }
  1205.  
  1206.  
  1207.  
  1208.  
  1209.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  1210.     //       instead of trying to change that functionality which at the moment I don't
  1211.     //       think is possible, I have a check to see if the emptpy chemPad object has
  1212.     //       been created yet, so one chemPad object isn't reinitialized
  1213.     if( !($defined(chemPadRB_1180292_8_7_1184109)) ) {
  1214.    
  1215.         var chemPadRB_1180292_8_7_1184109 = {};
  1216.         window.addEvent('domready', function() {
  1217.        
  1218.  
  1219.  
  1220.    
  1221.             chemPadRB_1180292_8_7_1184109 = new pad({
  1222.                 container: 'chemPad',
  1223.                 id: 'RB_1180292_8_7_1184109',
  1224.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  1225.                 mode: 'rxn,ion'
  1226.             });
  1227.            
  1228.  
  1229.  
  1230.  
  1231.         });
  1232.     }
  1233.  
  1234.  
  1235. function SIGFIGS_HELP () {
  1236.     var openthis = 'http://www.webassign.net/sigfigs.html';
  1237.     var attr = 'location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes';
  1238.     attr += 'status=no,titlebar=no,width=680,height=480';
  1239.     window.open(openthis, 'SignificantFigures', attr);
  1240. }
  1241.  
  1242.  
  1243.     // NOTE: this is mainly for tutorials where questions/display gets called twice
  1244.     //       instead of trying to change that functionality which at the moment I don't
  1245.     //       think is possible, I have a check to see if the emptpy chemPad object has
  1246.     //       been created yet, so one chemPad object isn't reinitialized
  1247.     if( !($defined(chemPadRB_1188809_17_0_1192626)) ) {
  1248.    
  1249.         var chemPadRB_1188809_17_0_1192626 = {};  
  1250.         window.addEvent('domready', function() {
  1251.        
  1252.  
  1253.  
  1254.    
  1255.             chemPadRB_1188809_17_0_1192626 = new pad({
  1256.                 container: 'chemPad',
  1257.                 id: 'RB_1188809_17_0_1192626',
  1258.                 help: "javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');",
  1259.                 mode: 'rnk'
  1260.             });
  1261.            
  1262.  
  1263.  
  1264.  
  1265.         });
  1266.     }
  1267.  
  1268.  
  1269.  
  1270.                         window.addEvent('domready', function() {
  1271.                         var input = "AlCl_{3} &gt; HCl = KCl = NaCl &gt; PbCl_{2}";
  1272.                         chemPadRB_1188809_17_0_1192626.showResponse(input, true, 'RB_1188809_17_0_1192626', 'Your answer is correct.');
  1273.            
  1274.                     });
  1275.  
  1276.             window.addEvent('domready', function() {
  1277.                 var hint = "&lt;font color=green&gt;Correct.&lt;/font&gt;";
  1278.                 chemPadRB_1188809_17_0_1192626.showHint(hint, '#dd0000');
  1279.             });
  1280.            
  1281.  
  1282.  
  1283. function reload () {
  1284.     document.forms[0].course.value = '100098,141054';
  1285.     document.forms[0].struct.value='BiCXAcBGDaDQElDsEcCHAODJCHBbDLCVCgCEDWDqCYAYEkArDkEHANBoEoEsAQBlDhBDCXDDBpAVCCEfCQEaDPCsEGESAPCCEiARDQAtCQEc'; document.forms[0].submit(this)
  1286. }
  1287.  
  1288.  
  1289.  
  1290.  
  1291. function getStyleObject(objectId) {
  1292.     // checkW3C DOM, then MSIE 4, then NN 4.
  1293.     if(document.getElementById &amp;&amp; document.getElementById(objectId)) {
  1294.         return document.getElementById(objectId).style;
  1295.     }
  1296.     else if (document.all &amp;&amp; document.all(objectId)) {
  1297.         return document.all(objectId).style;
  1298.     }
  1299.     else if (document.layers &amp;&amp; document.layers[objectId]) {
  1300.         return
  1301.         document.layers[objectId];
  1302.     } else {
  1303.         return false;
  1304.     }
  1305. }
  1306.  
  1307. function getElementsByClass(node,searchClass,tag) {
  1308.  
  1309.     var classElements = new Array();
  1310.     var els = node.getElementsByTagName(tag); // use '*' for all elements
  1311.  
  1312.     var elsLen = els.length;
  1313.  
  1314.     var pattern = new RegExp(searchClass);
  1315.  
  1316.     for (i = 0, j = 0; i &lt; elsLen; i++) {
  1317.         if ( pattern.test(els[i].className) ) {
  1318.             classElements[j] = els[i];
  1319.             j++;
  1320.         }
  1321.     }
  1322.     return classElements;
  1323. }
  1324.  
  1325.  
  1326. function changeNotesIcon(id) {
  1327.     getStyleObject('notes_link_' + id).background = 'url(/wastatic/common/img/report.png) no-repeat left';
  1328. }
  1329.  
  1330. function doDetail (id) {
  1331.     if (getStyleObject('detail_' + id).display == '') {
  1332.         getStyleObject('detail_' + id).display = 'block';
  1333.         getStyleObject('detail_link_' + id).background = 'url(/wastatic/common/img/minus_icon.png) no-repeat left';
  1334.     } else {
  1335.         getStyleObject('detail_' + id).display = '';
  1336.         getStyleObject('detail_link_' + id).background = 'url(/wastatic/common/img/plus_icon.png) no-repeat left';
  1337.     }
  1338.  
  1339.     // Turn on the box numbers.
  1340.     // They may be spans or divs depending on the question type.
  1341.     id++; // The id is zero-based; the question ids start at 1.
  1342.     var questionDiv = document.getElementById('question' + id);
  1343.     var boxSpans = getElementsByClass(questionDiv,'box_num','span');
  1344.     var boxDivs = getElementsByClass(questionDiv,'box_num','div');
  1345.  
  1346.     var num_boxSpans = boxSpans.length;
  1347.     var num_boxDivs  = boxDivs.length;
  1348.  
  1349.     for ( i = 0; i &lt; num_boxSpans; i++ ) {
  1350.  
  1351.         if ( boxSpans[i].style.display == 'none'
  1352.             || boxSpans[i].style.display == '' ) {
  1353.  
  1354.             boxSpans[i].style.display='inline';
  1355.  
  1356.         } else {
  1357.  
  1358.             boxSpans[i].style.display='none';
  1359.  
  1360.         }
  1361.     }
  1362.  
  1363.     for ( i = 0; i &lt; num_boxDivs; i++ ) {
  1364.         if ( boxDivs[i].style.display == 'none' ||
  1365.             boxDivs[i].style.display == '' ) {
  1366.             boxDivs[i].style.display='inline';
  1367.         } else {
  1368.             boxDivs[i].style.display='none';
  1369.         }
  1370.     }
  1371.  
  1372.     // Turn on the box borders.
  1373.     var boxBorders = getElementsByClass(questionDiv,'unansweredBord','div');
  1374.  
  1375.     var num_boxBorders = boxBorders.length;
  1376.  
  1377.     for ( i = 0; i &lt; num_boxBorders; i++ ) {
  1378.  
  1379.         if ( boxBorders[i].style.borderWidth == '0px 0px 0px 0px' ||
  1380.              boxBorders[i].style.borderWidth == '' ) {
  1381.             boxBorders[i].style.borderWidth='1px';
  1382.         } else {
  1383.             boxBorders[i].style.borderWidth='0px 0px 0px 0px';
  1384.             boxBorders[i].style.clear='both';
  1385.         }
  1386.     }
  1387. }
  1388.  
  1389. function roll(qCol, highlightcolor, decoration) {
  1390.     qCol = qCol + '$'; // Add an end of string anchor.
  1391.     var qTable = document.getElementById('assignmentDashBoardTable');
  1392.     var ths = qTable.getElementsByTagName('th');
  1393.     var qNum_re = /questionNumber/;
  1394.     for ( var i = 0; i &lt; ths.length; i++) {
  1395.         if ( ths[i].className.match(qCol) ) {
  1396.             if ( ths[i].className.match(qNum_re) ) {
  1397.                 ths[i].style.backgroundColor = highlightcolor;
  1398.                 ths[i].style.textDecoration=decoration;
  1399.             }
  1400.         }
  1401.     }
  1402. }
  1403. function change_mark (input_box, value) {
  1404.     if( typeof input_box == 'string' ) {
  1405.         input_box = document.getElementById( input_box );  
  1406.     }
  1407.     var new_val = escape(input_box.value);
  1408.  
  1409.     if (new_val != value) {
  1410.  
  1411.         var image_id = 'mark_' + input_box.id;
  1412.         var input_mark = document.getElementById(image_id);
  1413.         if ( input_mark == null ) return; // Nothing to change.
  1414.         var img = input_mark.src;
  1415.  
  1416.         var correct_mark_re = new RegExp('/wastatic/common/img/tick.png');
  1417.         var wrong_mark_re   = new RegExp('/wastatic/common/img/cross.png');
  1418.         var caution_mark_re = new RegExp('/wastatic/common/img/calculator_error.png');
  1419.  
  1420.         // Change to the greyed out icon.
  1421.         if ( img.match(correct_mark_re) ) {
  1422.             input_mark.src = '/wastatic/common/img/tick_grey3.png';
  1423.             input_mark.alt = "Your answer was correct, but has changed from what was graded.";
  1424.             input_mark.title = "Your answer was correct, but has changed from what was graded.";
  1425.         }
  1426.         else if ( img.match(wrong_mark_re) ) {
  1427.             input_mark.src = '/wastatic/common/img/cross_grey3.png';
  1428.             input_mark.alt = "Your answer was incorrect, but has changed from what was graded.";
  1429.             input_mark.title = "Your answer was incorrect, but has changed from what was graded.";
  1430.         }
  1431.         else if ( img.match(caution_mark_re) ) {
  1432.             input_mark.src = '/wastatic/common/img/calculator_error.png';
  1433.             input_mark.alt = "Your answer received a caution mark, but has changed from what was graded.";
  1434.             input_mark.title = "Your answer received a caution mark, but has changed from what was graded.";
  1435.         }
  1436.     }
  1437. }
  1438.  
  1439. function mark_is_changed( input_box ) {
  1440.     if( typeof input_box == 'string' ) {
  1441.         input_box = document.getElementById( input_box );  
  1442.     }
  1443.     var image_id = 'mark_' + input_box.id;
  1444.     var input_mark = document.getElementById(image_id);
  1445.     if ( input_mark == null ) return; // Nothing to change.
  1446.     if( input_mark.src.indexOf( '/wastatic/common/img/tick_grey3.png' ) != -1 || input_mark.src.indexOf( '/wastatic/common/img/cross_grey3.png' ) != -1 || input_mark.src.indexOf( '/wastatic/common/img/calculator_error.png' ) != -1 )
  1447.         return true;
  1448.     else
  1449.         return false;
  1450. }
  1451.  
  1452. function setYpos () {
  1453.     if( typeof( window.pageYOffset ) == 'number' ) {
  1454.         // Netscape
  1455.         x = window.pageXOffset;
  1456.         return window.pageYOffset;
  1457.     } else if( document.body &amp;&amp; ( document.body.scrollLeft || document.body.scrollTop ) ) {
  1458.         // DOM
  1459.         x = document.body.scrollLeft;
  1460.         return document.body.scrollTop;
  1461.     } else if( document.documentElement &amp;&amp; ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {
  1462.         // IE6 standards compliant mode
  1463.         x = document.documentElement.scrollLeft;
  1464.         return document.documentElement.scrollTop;
  1465.     }
  1466. }
  1467.  
  1468. function submit_this (structv,set_ypos,sidv) {
  1469.     if (window.click_num) {
  1470.         window.click_num++;
  1471.     } else {
  1472.         window.click_num = 1;
  1473.     }
  1474.  
  1475.     var allow_submit = 1;
  1476.  
  1477.     if (window.click_num &gt; 1) {
  1478.         allow_submit = 0;
  1479.  
  1480.         var now_time = new Date();
  1481.         var now_seconds = now_time.getTime();
  1482.  
  1483.         var seconds_diff = (now_seconds - begin_seconds) / 1000;
  1484.  
  1485.         if (seconds_diff &gt; 10.0) {
  1486.             allow_submit = 1;
  1487.         }
  1488.     }
  1489.  
  1490.     if (allow_submit) {
  1491.         var current_time = new Date();
  1492.         begin_seconds = current_time.getTime();
  1493.  
  1494.        
  1495.         if (set_ypos) {
  1496.             if(document.forms[0].ypos) {
  1497.                 document.forms[0].ypos.value = setYpos();
  1498.             } else {
  1499.                 document.getElementById('ypos').value = setYpos();
  1500.             }
  1501.         }
  1502.  
  1503.         if(document.forms[0].course) {
  1504.             document.forms[0].course.value = '100098,141054';
  1505.         } else {
  1506.             document.getElementById('course').value = '100098,141054';
  1507.         }
  1508.  
  1509.         if(document.forms[0].sid) {
  1510.             document.forms[0].sid.value = sidv;
  1511.         } else {
  1512.             document.getElementById('sid').value = sidv;
  1513.         }
  1514.  
  1515.         if(document.forms[0].struct) {
  1516.             document.forms[0].struct.value = structv;
  1517.         } else {
  1518.             document.getElementById('struct').value = structv;
  1519.         }
  1520.         return true;
  1521.     }
  1522.     else {
  1523.         return false;
  1524.     }
  1525. }
  1526.  
  1527. function extra() {
  1528.    
  1529. }
  1530.  
  1531. function modal_submit(structv,set_ypos,sidv) {
  1532.        
  1533.         document.getElementById('course').value = '100098,141054';
  1534.         document.getElementById('sid').value = sidv;
  1535.         document.getElementById('struct').value = structv;
  1536.         document.forms[0].submit(this);
  1537. }
  1538.  
  1539.  
  1540.  
  1541. function noUncheck(obj) {
  1542.     obj.checked = 'checked';
  1543. }
  1544. //]]&gt;
  1545. </script>
  1546. </head><body onload="addEvents()">
  1547.     <form autocomplete="off" enctype="x-www-form-urlencoded" action="http://www.webassign.net/[email protected]/[email protected]" method="post">
  1548.        
  1549. <input type="hidden" id="action" value="" name="action">
  1550.        
  1551. <input type="hidden" id="struct" value="" name="struct">
  1552.        
  1553. <input type="hidden" value="CBDqCgBDEQCXEuBSDaEAEvDRDvCABBBvClBPDjCXCwAABiCmEGAPDnBjBwARAYDFEICsBKzZDgByDvDgCEEkBjBOAHAIEMCaElDPCFBuDkDD" id="savedStruct" name="savedStruct">
  1554.        
  1555.        
  1556.        
  1557. <input type="hidden" id="UserPass" value="2cb13f32eb737e29050471a9799c6cbf" name="UserPass">
  1558.        
  1559. <input type="hidden" id="course" value="100098,141054" name="course">
  1560.        
  1561.  
  1562. <div id="webAssignShell">
  1563.  
  1564.    
  1565. </div>
  1566. <div id="webAssign">
  1567.     <div class="container" id="webAssignTop">
  1568.         <div class="container" id="topNav">
  1569.             <div style="width: 300px;" class="topFloatLeft container">
  1570.                 <h1><!--WebAssign.net--> Web<strong>Assign</strong></h1>
  1571.                 <p>Friday, June 18,
  1572.                 2010 12:20 PM CDT</p>
  1573.             </div>
  1574.             <div class="topFloatRight container">
  1575.                 <h2>Logged in as
  1576.             [email protected]
  1577.             </h2>
  1578.         </div>
  1579.         <div class="topFloatRight container">
  1580.     <a href="javascript:onClick=document.forms[0].action.value='logout';
  1581.     document.forms[0].submit(this);" class="logOut">
  1582.         Log out
  1583.     </a>
  1584.         </div>
  1585.     </div>
  1586.  
  1587.        
  1588.  
  1589.  
  1590.     <div class="container" id="studentNav">
  1591.         <div class="pageLeft container">
  1592.             <a href="javascript:click_link('EKBIBPBLDaDbBOBuEhCpDQAsAWBEDdEHBtDnBHAKEMBXBIByBhDtCxEMCPDhEWEHBsDrERBSAgAgCeBMDpAnBoDhAdAyBUCoCSClEKCMEn')">Home</a> |
  1593.             <a href="javascript:click_link('EaAKDFBmAcBaCuBMAbAUDxEODQDHAVEGEWCACtEBDvAwDkDmESDAAUEiDKDyEYBcBpApDDCtAtABCsEuEsAHEeEwBJCNAnEWBFCoDpDQAfEowWEBAkAbBLAGAv')">My Assignments</a> |
  1594.             <a href="javascript:click_link('DYDeAWBbBnDEBnEKDhDIEJAYAAAaEMBcERAAAsBdBJEVBEBgDTALCDBEBUDiEUAXAuEsAKDrvVAwDMCGBxAYCsAiEwCNBqEACTBsCQDIEEAbDC')">Grades</a> |
  1595.             <a href="javascript:click_link('EAwWCoDmEQEKDICKAlAGElCdDEDGECAYAlEiEKBODQAqBcEXAqDvDYBBAxCeBmCcDGAMCJEqDrAIBvDYErCDEKCODcBFCREOAOEiDWEpCcCvBvDR')">Communication</a> |
  1596.             <a href="javascript:click_link('BcEpAyBEBGBkEnBUApBvETBbDrAJEaDdDCBfEQBJBxCICoBsDwAhByCQDIBSBrCHEaDOBnDiAqAfEhAnCEBWBLBgAvwWEBEdBowWBqETEMAVBFDgEE')">Calendar</a>
  1597.             |
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606. <a style="background: url(&quot;/wastatic/common/img/faculty/ebook.gif&quot;) no-repeat scroll left center transparent; padding: 1px 0pt 1px 18px; cursor: pointer;" href="#" class="bLink">My eBooks</a>
  1607.            
  1608. <div style="height: 170px; overflow: auto;" class="bContent w450|x5|y0">
  1609.     <p></p><div style="padding: 0pt;" class="yellowBox">
  1610.         <div class="yellowHeader">
  1611.             <h3 style="color: rgb(0, 0, 0);">My eBooks</h3>
  1612.         </div>
  1613.         <div style="margin: 0pt;" class="yellowContent content">
  1614.            
  1615. <div class="container">
  1616. <div style="margin: 4px 10px 0px;" class="textbookCover">
  1617. <img src="/ebgam9/ebgam9_cover_sm.jpg">
  1618. </div>
  1619.         <div style="float: left; background: url(&quot;/wastatic/common/img/faculty/ebook.gif&quot;) no-repeat scroll left top transparent; padding-left: 20px;">
  1620.             <p><a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68','68','on')" href=""><span style="font-style: italic;">General Chemistry</span> - 9e<br>Ebbing and Gammon</a></p>
  1621.         </div>
  1622.  
  1623. </div>
  1624.  
  1625.         </div>
  1626.     </div>
  1627. </div>
  1628.  
  1629.         </div>
  1630.         <div class="pageRight container">
  1631.          <a href="javascript:openWindow('https://www.webassign.net/v4cgi/notifications/settings.tpl?ui=student&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notifications','width=550,height=605')">Notifications</a> |
  1632.             <a href="javascript:onlick=openWindow('http://www.webassign.net/manual/student_guide/index.htm','Guide','width=937,height=623')">Guide</a>
  1633.             |
  1634.             <a href="javascript:onlick=openWindow('http://www.webassign.net/v4cgi/help/student.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','support','width=937,height=623,scrollbars=yes')">
  1635.             Help</a>
  1636.             |
  1637.              <a href="javascript:openWindow('https://www.webassign.net/v4cgi/options/students/personal.tpl?ui=student&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','MyOptions','width=550,height=605,scrollbars=yes,resizable=yes')">My Options</a>
  1638.         </div>
  1639.     </div>
  1640.     <div class="studentNavBorder">
  1641.  
  1642.     </div>
  1643. </div>
  1644.  
  1645.  
  1646.         <div class="middle">
  1647.        
  1648.         <!-- Begin page -->
  1649.        
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.         <div class="infoBox container">
  1662.             <div class="pageLeft container">
  1663.                 <div class="bread">
  1664.                     <ul class="crumbs">
  1665.                         <li class="first">
  1666.                             <a href="javascript:onClick=document.forms[0].course.value='100098,141054'; click_link('CDCCBoDRADEbExBlBYAtDLEiCMEtBABxzUBiDDCeELCkASEtDTDMDBAvADBABkDCDUCEvVvVBQCfDDBsBnBkBOEeCRBlCBDMBKEJEHDuBF')">Chemistry 1411, section 21086, Summer 1 2010</a>
  1667.                         </li>
  1668.                         <li><a href="javascript:onClick=document.forms[0].course.value='100098,141054';
  1669.                                         click_link('DtBeELCUDpEwEWCbwWClEDDhCHBVDwAwArCdCREMCCCfDPBmCuBUDAAgDgDrEtDaAACeEAATCIEpAJCsBnDHDWCKAhDdDkEdDUABBEEtCxAVEwEFAMCiDOClEU')">My Assignments</a></li>
  1670.                     </ul>
  1671.                 </div>
  1672.                 <h1> CHAPTER - 4 - HOMEWORK (Homework)</h1>
  1673.             </div>
  1674.             <div class="pageRight container">
  1675.                 <p>Evan DeFilippis</p>
  1676.                 <p>Chemistry 1411, section 21086, Summer 1 2010</p>
  1677.                 <p>Instructor: Michael Langohr</p>
  1678.             </div>
  1679.         </div>
  1680.        
  1681.  
  1682.  
  1683.    
  1684.     <div class="waBox container">
  1685.         <div class="top">
  1686.             <div class="left"></div>
  1687.             <div class="right"></div>
  1688.             <div class="border"></div>
  1689.             <div class="title">
  1690.                
  1691.             <span class="pageLeft">
  1692.              <h4>
  1693.               <p><strong> Current   Score :</strong>  80 / 100
  1694.               </p>
  1695.              </h4>
  1696.             </span>
  1697.  
  1698.             <span class="pageLeft dueDate">
  1699.                 <p>
  1700.                     <strong>  Due : </strong>
  1701.                      Monday,&nbsp;June&nbsp;21,&nbsp;2010
  1702.                      10:00 PM  
  1703.                      CDT
  1704.                 </p>
  1705.             </span>
  1706.             <span class="pageRight displayType">
  1707.                 <p><select onchange="document.forms[0].struct.value='DAAODvEfBOAfDLAPBqDvAGCfCTBqBXAvEWAEBtBuDMuUATCOEsEMCEBUBMCtCkvVDtCCDuBVAdCAAkEVDdCwCKBXESDRBMECDQBXEEDeEGEaDvAcEtDyDREWDkCwCNEsCBEPEOAeEyEe';document.forms[0].display_level.value='assignment';document.forms[0].submit(this)" id="display_type" name="display_type">
  1708. <option value="select">Select</option>
  1709. <option selected="" value="last_response">View Last Response</option>
  1710. <option value="all_saved">View Saved Work</option></select>
  1711. <input type="hidden" value="" id="display_level" name="display_level"></p>
  1712.             </span>
  1713.             <span class="pageRight">
  1714.                 <p><a class="pop" href="javascript:openWindow('/v4cgi/student/assignment/subopts?struct=DeBWCoAwAcDwBPByEoDhCnCuBSCcBRAoAPCnBJBTAKDgDaENCHwWEmCcCeCvEMCWEOBYDSDkDcBxBFBEDFEkBWDMDmAACPAODFCEEWDJCYAC&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf', 'SubmissionOptions', 'location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=400,height=300');"> About this Assignment</a>
  1715.                 </p>
  1716.             </span>
  1717.  
  1718.             </div>
  1719.         </div>
  1720.         <div class="crop content container">
  1721.  
  1722.  
  1723.  
  1724.             <div class="subTask container">
  1725.              <div class="container communicationLinks">
  1726.               <div class="pageLeft comm_link">
  1727.                <p>  </p>
  1728.               </div>
  1729.               <div class="pageLeft comm_link">
  1730.                <p>  </p>
  1731.               </div>
  1732.              </div>
  1733.             <div class="container assignmentQuestionNumberRow">
  1734.  
  1735.              <div class="pageLeft">
  1736.                <div class="label">
  1737.                 Question
  1738.                </div>
  1739.                <div style="border-top: 0px none;" class="label">
  1740.                 Points
  1741.                </div>
  1742.              </div>
  1743.  
  1744.              <div class="pageLeft scrollable assignmentNumbers">
  1745.               <table id="assignmentDashBoardTable">
  1746.                <tbody><tr>
  1747.                 <th align="center" onmouseout="roll('qCol1', '#dddddd', 'none');" onmouseover="roll('qCol1', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q1'" class="questionNumber qCol1" title="click to scroll to Question 1">
  1748.                  1
  1749.                 </th>
  1750.                 <th align="center" onmouseout="roll('qCol2', '#dddddd', 'none');" onmouseover="roll('qCol2', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q2'" class="questionNumber qCol2" title="click to scroll to Question 2">
  1751.                  2
  1752.                 </th>
  1753.                 <th align="center" onmouseout="roll('qCol3', '#dddddd', 'none');" onmouseover="roll('qCol3', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q3'" class="questionNumber qCol3" title="click to scroll to Question 3">
  1754.                  3
  1755.                 </th>
  1756.                 <th align="center" onmouseout="roll('qCol4', '#dddddd', 'none');" onmouseover="roll('qCol4', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q4'" class="questionNumber qCol4" title="click to scroll to Question 4">
  1757.                  4
  1758.                 </th>
  1759.                 <th align="center" onmouseout="roll('qCol5', '#dddddd', 'none');" onmouseover="roll('qCol5', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q5'" class="questionNumber qCol5" title="click to scroll to Question 5">
  1760.                  5
  1761.                 </th>
  1762.                 <th align="center" onmouseout="roll('qCol6', '#dddddd', 'none');" onmouseover="roll('qCol6', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q6'" class="questionNumber qCol6" title="click to scroll to Question 6">
  1763.                  6
  1764.                 </th>
  1765.                 <th align="center" onmouseout="roll('qCol7', '#dddddd', 'none');" onmouseover="roll('qCol7', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q7'" class="questionNumber qCol7" title="click to scroll to Question 7">
  1766.                  7
  1767.                 </th>
  1768.                 <th align="center" onmouseout="roll('qCol8', '#dddddd', 'none');" onmouseover="roll('qCol8', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q8'" class="questionNumber qCol8" title="click to scroll to Question 8">
  1769.                  8
  1770.                 </th>
  1771.                 <th align="center" onmouseout="roll('qCol9', '#dddddd', 'none');" onmouseover="roll('qCol9', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q9'" class="questionNumber qCol9" title="click to scroll to Question 9">
  1772.                  9
  1773.                 </th>
  1774.                 <th align="center" onmouseout="roll('qCol10', '#dddddd', 'none');" onmouseover="roll('qCol10', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q10'" class="questionNumber qCol10" title="click to scroll to Question 10">
  1775.                  10
  1776.                 </th>
  1777.                 <th align="center" onmouseout="roll('qCol11', '#dddddd', 'none');" onmouseover="roll('qCol11', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q11'" class="questionNumber qCol11" title="click to scroll to Question 11">
  1778.                  11
  1779.                 </th>
  1780.                 <th align="center" onmouseout="roll('qCol12', '#dddddd', 'none');" onmouseover="roll('qCol12', '#ffffcc', 'underline');" style="cursor: pointer; background-color: rgb(221, 221, 221); text-decoration: none;" onclick="document.location.href='#Q12'" class="questionNumber qCol12" title="click to scroll to Question 12">
  1781.                  12
  1782.                 </th>
  1783.                 <th align="center" onmouseout="roll('qCol13', '#dddddd', 'none');" onmouseover="roll('qCol13', '#ffffcc', 'underline');" style="cursor: pointer; background-color: rgb(221, 221, 221); text-decoration: none;" onclick="document.location.href='#Q13'" class="questionNumber qCol13" title="click to scroll to Question 13">
  1784.                  13
  1785.                 </th>
  1786.                 <th align="center" onmouseout="roll('qCol14', '#dddddd', 'none');" onmouseover="roll('qCol14', '#ffffcc', 'underline');" style="cursor: pointer; background-color: rgb(221, 221, 221); text-decoration: none;" onclick="document.location.href='#Q14'" class="questionNumber qCol14" title="click to scroll to Question 14">
  1787.                  14
  1788.                 </th>
  1789.                 <th align="center" onmouseout="roll('qCol15', '#dddddd', 'none');" onmouseover="roll('qCol15', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q15'" class="questionNumber qCol15" title="click to scroll to Question 15">
  1790.                  15
  1791.                 </th>
  1792.                 <th align="center" onmouseout="roll('qCol16', '#dddddd', 'none');" onmouseover="roll('qCol16', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q16'" class="questionNumber qCol16" title="click to scroll to Question 16">
  1793.                  16
  1794.                 </th>
  1795.                 <th align="center" onmouseout="roll('qCol17', '#dddddd', 'none');" onmouseover="roll('qCol17', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q17'" class="questionNumber qCol17" title="click to scroll to Question 17">
  1796.                  17
  1797.                 </th>
  1798.                 <th align="center" onmouseout="roll('qCol18', '#dddddd', 'none');" onmouseover="roll('qCol18', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q18'" class="questionNumber qCol18" title="click to scroll to Question 18">
  1799.                  18
  1800.                 </th>
  1801.                 <th align="center" onmouseout="roll('qCol19', '#dddddd', 'none');" onmouseover="roll('qCol19', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q19'" class="questionNumber qCol19" title="click to scroll to Question 19">
  1802.                  19
  1803.                 </th>
  1804.                 <th align="center" onmouseout="roll('qCol20', '#dddddd', 'none');" onmouseover="roll('qCol20', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q20'" class="questionNumber qCol20" title="click to scroll to Question 20">
  1805.                  20
  1806.                 </th>
  1807.                </tr>
  1808.                <tr>
  1809.  
  1810.  
  1811.                 <td align="center" onmouseout="roll('qCol1', '#dddddd', 'none');" onmouseover="roll('qCol1', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q1'" class="questionPoints allPartsCorrect qCol1" title="click to scroll to Question 1">
  1812.              <strong>
  1813.              5
  1814.              </strong>
  1815.             </td>
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824.                 <td align="center" onmouseout="roll('qCol2', '#dddddd', 'none');" onmouseover="roll('qCol2', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q2'" class="questionPoints allPartsCorrect qCol2" title="click to scroll to Question 2">
  1825.              <strong>
  1826.              5
  1827.              </strong>
  1828.             </td>
  1829.  
  1830.  
  1831.                 <td align="center" onmouseout="roll('qCol3', '#dddddd', 'none');" onmouseover="roll('qCol3', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q3'" class="questionPoints allPartsCorrect qCol3" title="click to scroll to Question 3">
  1832.              <strong>
  1833.              5
  1834.              </strong>
  1835.             </td>
  1836.  
  1837.  
  1838.  
  1839.  
  1840.                 <td align="center" onmouseout="roll('qCol4', '#dddddd', 'none');" onmouseover="roll('qCol4', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q4'" class="questionPoints allPartsCorrect qCol4" title="click to scroll to Question 4">
  1841.              <strong>
  1842.              5
  1843.              </strong>
  1844.             </td>
  1845.  
  1846.  
  1847.  
  1848.  
  1849.                 <td align="center" onmouseout="roll('qCol5', '#dddddd', 'none');" onmouseover="roll('qCol5', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q5'" class="questionPoints partsLeft qCol5" title="click to scroll to Question 5">
  1850.              0/5
  1851.             </td>
  1852.  
  1853.  
  1854.                 <td align="center" onmouseout="roll('qCol6', '#dddddd', 'none');" onmouseover="roll('qCol6', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q6'" class="questionPoints allPartsCorrect qCol6" title="click to scroll to Question 6">
  1855.              <strong>
  1856.              5
  1857.              </strong>
  1858.             </td>
  1859.  
  1860.  
  1861.  
  1862.  
  1863.                 <td align="center" onmouseout="roll('qCol7', '#dddddd', 'none');" onmouseover="roll('qCol7', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q7'" class="questionPoints partsLeft qCol7" title="click to scroll to Question 7">
  1864.              0/5
  1865.             </td>
  1866.  
  1867.  
  1868.  
  1869.  
  1870.                 <td align="center" onmouseout="roll('qCol8', '#dddddd', 'none');" onmouseover="roll('qCol8', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q8'" class="questionPoints allPartsCorrect qCol8" title="click to scroll to Question 8">
  1871.              <strong>
  1872.              5
  1873.              </strong>
  1874.             </td>
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883.                 <td align="center" onmouseout="roll('qCol9', '#dddddd', 'none');" onmouseover="roll('qCol9', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q9'" class="questionPoints partsLeft qCol9" title="click to scroll to Question 9">
  1884.              0/5
  1885.             </td>
  1886.  
  1887.  
  1888.  
  1889.  
  1890.                 <td align="center" onmouseout="roll('qCol10', '#dddddd', 'none');" onmouseover="roll('qCol10', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q10'" class="questionPoints allPartsCorrect qCol10" title="click to scroll to Question 10">
  1891.              <strong>
  1892.              5
  1893.              </strong>
  1894.             </td>
  1895.  
  1896.  
  1897.  
  1898.  
  1899.                 <td align="center" onmouseout="roll('qCol11', '#dddddd', 'none');" onmouseover="roll('qCol11', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q11'" class="questionPoints allPartsCorrect qCol11" title="click to scroll to Question 11">
  1900.              <strong>
  1901.              5
  1902.              </strong>
  1903.             </td>
  1904.  
  1905.                 <td align="center" onmouseout="roll('qCol12', '#dddddd', 'none');" onmouseover="roll('qCol12', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q12'" class="questionPoints allPartsCorrect qCol12" title="click to scroll to Question 12">
  1906.              <strong>
  1907.              5
  1908.              </strong>
  1909.             </td>
  1910.  
  1911.                 <td align="center" onmouseout="roll('qCol13', '#dddddd', 'none');" onmouseover="roll('qCol13', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q13'" class="questionPoints allPartsCorrect qCol13" title="click to scroll to Question 13">
  1912.              <strong>
  1913.              5
  1914.              </strong>
  1915.             </td>
  1916.  
  1917.                 <td align="center" onmouseout="roll('qCol14', '#dddddd', 'none');" onmouseover="roll('qCol14', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q14'" class="questionPoints allPartsCorrect qCol14" title="click to scroll to Question 14">
  1918.              <strong>
  1919.              5
  1920.              </strong>
  1921.             </td>
  1922.  
  1923.                 <td align="center" onmouseout="roll('qCol15', '#dddddd', 'none');" onmouseover="roll('qCol15', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q15'" class="questionPoints allPartsCorrect qCol15" title="click to scroll to Question 15">
  1924.              <strong>
  1925.              5
  1926.              </strong>
  1927.             </td>
  1928.  
  1929.                 <td align="center" onmouseout="roll('qCol16', '#dddddd', 'none');" onmouseover="roll('qCol16', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q16'" class="questionPoints allPartsCorrect qCol16" title="click to scroll to Question 16">
  1930.              <strong>
  1931.              5
  1932.              </strong>
  1933.             </td>
  1934.  
  1935.                 <td align="center" onmouseout="roll('qCol17', '#dddddd', 'none');" onmouseover="roll('qCol17', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q17'" class="questionPoints allPartsCorrect qCol17" title="click to scroll to Question 17">
  1936.              <strong>
  1937.              5
  1938.              </strong>
  1939.             </td>
  1940.  
  1941.                 <td align="center" onmouseout="roll('qCol18', '#dddddd', 'none');" onmouseover="roll('qCol18', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q18'" class="questionPoints allPartsCorrect qCol18" title="click to scroll to Question 18">
  1942.              <strong>
  1943.              5
  1944.              </strong>
  1945.             </td>
  1946.  
  1947.  
  1948.  
  1949.  
  1950.                 <td align="center" onmouseout="roll('qCol19', '#dddddd', 'none');" onmouseover="roll('qCol19', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q19'" class="questionPoints allPartsCorrect qCol19" title="click to scroll to Question 19">
  1951.              <strong>
  1952.              5
  1953.              </strong>
  1954.             </td>
  1955.  
  1956.                 <td align="center" onmouseout="roll('qCol20', '#dddddd', 'none');" onmouseover="roll('qCol20', '#ffffcc', 'underline');" style="cursor: pointer;" onclick="document.location.href='#Q20'" class="questionPoints partsLeft qCol20" title="click to scroll to Question 20">
  1957.              0/5
  1958.             </td>
  1959.                </tr>
  1960.               </tbody></table>
  1961.              </div>
  1962.  
  1963.              <div class="pageLeft">
  1964.                <div class="label">
  1965.                 <strong>Total</strong>
  1966.                </div>
  1967.                <div style="border-top: 0px none;" class="label">
  1968.                 <strong>
  1969.                  80/100 (80.0%)
  1970.                 </strong>
  1971.                </div>
  1972.              </div>
  1973.          </div>
  1974.         </div>
  1975.  
  1976.  
  1977.        
  1978.    
  1979.         </div>
  1980.         <div class="bottom">
  1981.            <div class="left"></div>
  1982.            <div class="right"></div>
  1983.            <div class="border"></div>
  1984.         </div>
  1985.     </div>
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991. <input type="hidden" value="EhAPAFyYDvEJEvAhCDEdAeBGAJAeCaAXBBBdCeAMDrExArEQEDAaAGDSDiAQDbAFAQClAtBcDUDQAQCCDBEpDLBLAtEdCNCvEHCKDSEJBBDm" id="assignmentSummary" name="assignmentSummary">
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035. <input type="hidden" id="ypos" value="" name="ypos">
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044. <div class="waQBox container" id="question1">
  2045.     <div class="top container">
  2046.         <div class="left"></div>
  2047.         <div class="right"></div>
  2048.         <div class="border"></div>
  2049.         <div class="title">
  2050.             <span class="qNum">1.</span>
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058.            
  2059.  
  2060.         <span width="100%" class="leftBarTitle">
  2061.  
  2062.             <span style="margin-right: 15px;" class="pageLeft">
  2063.                 <a href="javascript:doDetail('0')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_0">
  2064.                     <strong>
  2065.  
  2066.                         5/5 points
  2067.                     </strong>
  2068.                 </a>
  2069.             </span>
  2070.             <span class="dashBoardItem">
  2071.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=CsADEwDWCpDcAdAWEIBWAXDeCyCODIEHDNBACaBECLEBCuzUAxDTEPDCBWAeBeBGEVyYDdASEdAtBvDgBbCAECBaEAyYEEDfCfCcDMBLEcDCBmAAApCWBNDTCoBnDkDXArAVAuAeCFAaETEFEVBdAlBjBGCOBHDbBJDACbAaCqAcAnEsCUBhAQAUCyBWCCCsAlCnATCgCaDj&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_0','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  2072.             </span>
  2073.             <span class="dashBoardItem">
  2074.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=0&amp;struct=CLDqCICRCYDnzZAGBIDyBADuBgCoCpCbCoAXEWBsAHBNCEDjCeDcEaAkAwAjBaCfACDYBACsBfDYADAHETuUDWCvBCEbAMDkBhDxAmBsDRAuCiDcDYCYECCkCIDRBECNBqBnEnAkEuCIAqBGESBszUBLATCjBLByDMANDBCGEqBDBdAVEqAHEpCXCICODLEwBxAQBVAODmBR&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_0','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_0">
  2075.                     <strong>Notes</strong>
  2076.                 </a>
  2077.             </span>
  2078.  
  2079.  
  2080.         </span>
  2081.  
  2082.  
  2083.         <span class="qTitleRight">
  2084.             <span class="dashBoardItem">
  2085.                 Question: EbGam9 4.GP.098.
  2086.             </span>
  2087.             <span>
  2088.                
  2089.             </span>
  2090.         </span>
  2091.  
  2092.  
  2093.  
  2094.         </div>
  2095.     </div>
  2096.     <div class="bottom">
  2097.         <div class="left"></div>
  2098.         <div class="right"></div>
  2099.         <div class="border"></div>
  2100.     </div>
  2101.     <div class="preContent container">
  2102.        
  2103.  
  2104.     <div class="qdetails container" id="detail_0">
  2105.        
  2106.        
  2107.    
  2108.         <div class="container questionPartNumberRow">
  2109.             <div class="pageLeft">
  2110.                 <div style="border-top: 0px none;" class="label">
  2111.                     Question part
  2112.                 </div>
  2113.      
  2114.                 <div style="border-top: 0px none;" class="label">
  2115.                     Points
  2116.                 </div>
  2117.  
  2118.                 <div style="border-top: 0px none;" class="label">
  2119.                     Submissions
  2120.                 </div>
  2121.             </div>
  2122.             <div class="pageLeft scrollable questionNumbers">
  2123.                 <table>
  2124.                     <tbody><tr>
  2125.      
  2126.                         <th align="center" class="partNumber">
  2127.                             1
  2128.                         </th>
  2129.                         <th align="center" class="partNumber">
  2130.                             2
  2131.                         </th>
  2132.  
  2133.                     </tr>
  2134.      
  2135.                     <tr>
  2136.      
  2137.  
  2138.                         <td align="center" class="partPoints">
  2139.                        
  2140.  
  2141.  
  2142.  
  2143.  
  2144.                                 2.50
  2145.                  
  2146.  
  2147.                         </td>
  2148.  
  2149.                         <td align="center" class="partPoints">
  2150.                        
  2151.  
  2152.  
  2153.  
  2154.  
  2155.                                 2.5
  2156.                  
  2157.  
  2158.                         </td>
  2159.                     </tr>
  2160.  
  2161.                     <tr>
  2162.                         <td align="center" class="partPoints">
  2163.                             1/10
  2164.                         </td>
  2165.                         <td align="center" class="partPoints">
  2166.                             2/10
  2167.                         </td>
  2168.                     </tr>
  2169.  
  2170.                 </tbody></table>
  2171.             </div>
  2172.  
  2173.             <div class="pageLeft">
  2174.                 <div style="border-top: 0px none;" class="label">
  2175.                     <strong>Total</strong>
  2176.                 </div>
  2177.                 <div style="border-top: 0px none;" class="label">
  2178.                     <strong>
  2179.                         5/5
  2180.                     </strong>
  2181.                 </div>
  2182.                 <div style="border-top: 0px none;" class="label">
  2183.                     &nbsp;
  2184.                 </div>
  2185.             </div>
  2186.  
  2187.         </div>
  2188.     </div>
  2189.  
  2190.  
  2191.     </div>
  2192.     <div class="standard qContent container">
  2193.         <div class="studentQuestionBox studentQuestionContent">
  2194.            
  2195. <a name="Q1"></a>
  2196.  
  2197.     Potassium sulfate solution reacts with barium bromide solution to produce a precipitate of barium sulfate and a solution of potassium bromide. Write the molecular equation for this reaction. Then write the corresponding net ionic equation. (Include states-of-matter under SATP conditions in your answer.
  2198.  Use the lowest possible coefficients.)
  2199. <br>
  2200.     molecular equation<br>
  2201.    
  2202.  
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.                         <!-- chemPad markup -->
  2211.                         <div class="chemPad container" id="chemPadRB_1180248_0_0_1184065" style="width: 442px;">
  2212.                             <div class="top"><div><div></div></div></div>          
  2213.                             <div class="contentWrap container">
  2214.                                 <div class="titleBar container">
  2215.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  2216.                                 </div>
  2217.                                 <div class="content container">
  2218.                                     <div class="toolBar container">
  2219.                                         <ul class="tablet pad container" id="greekLowerWrap">
  2220.                                             <li class="sub subButton padButton"></li>
  2221.                                             <li class="sup supButton padButton"></li>
  2222.                                             <li class="forwardReaction forwardButton padButton"></li>
  2223.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  2224.                                             <li class="reverseReaction reverseButton padButton"></li>
  2225.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  2226.                                         </ul>
  2227.                                        
  2228.                                         <ul class="tablet greek pad container">
  2229.                                             <li class="expandButton">
  2230.                                                 <ul class="small container">
  2231.                                                     <li>
  2232.                                                         <ul class="c4 container">
  2233.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  2234.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  2235.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  2236.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  2237.                                                         </ul>
  2238.                                                     </li>
  2239.                                                     <li>
  2240.                                                         <ul class="c18 container">
  2241.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  2242.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  2243.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  2244.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  2245.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  2246.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  2247.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  2248.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  2249.                                                             <li class="muLower sMuLowerCase padButton"></li>
  2250.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  2251.                                                             <li class="piLower sPiLowerCase padButton"></li>
  2252.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  2253.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  2254.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  2255.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  2256.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  2257.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  2258.                                                         </ul>
  2259.                                                     </li>
  2260.                                                 </ul>
  2261.                                             </li>
  2262.                                         </ul>
  2263.                                     </div>
  2264.                                
  2265.                                     <!-- console -->
  2266.                                     <div class="console">
  2267.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  2268.                                             <span class="chemPreview">K<sub>2</sub>SO<sub>4</sub>&nbsp;(<i>aq</i>)&nbsp;+&nbsp;BaBr<sub>2</sub>&nbsp;(<i>aq</i>)&nbsp;&nbsp;<span style="font-size: 13px;">&#8594;</span>&nbsp;&nbsp;BaSO<sub>4</sub>&nbsp;(<i>s</i>)&nbsp;+&nbsp;2KBr&nbsp;(<i>aq</i>)</span>
  2269.                                         </div>
  2270.                                         <input type="text" value="K_2SO_4 (aq) + BaBr_2 (aq) --&gt; BaSO_4 (s) + 2KBr (aq)" id="RB_1180248_0_0_1184065" name="RB_1180248_0_0_1184065" class="chemInput" style="width: 430px;">
  2271.                                     </div>
  2272.                                     <!-- -->
  2273.                                
  2274.                                 </div>
  2275.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  2276.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  2277.                                 </div>
  2278.                             </div>
  2279.                             <div class="bottom"><div><div></div></div></div>  
  2280.                         </div>
  2281.                         <!-- end of chemPad markup -->
  2282.  
  2283. <br>
  2284.     ionic equation<br>
  2285.    
  2286.  
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293.  
  2294.                         <!-- chemPad markup -->
  2295.                         <div class="chemPad container" id="chemPadRB_1180248_0_1_1184065" style="width: 355px;">
  2296.                             <div class="top"><div><div></div></div></div>          
  2297.                             <div class="contentWrap container">
  2298.                                 <div class="titleBar container">
  2299.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  2300.                                 </div>
  2301.                                 <div class="content container">
  2302.                                     <div class="toolBar container">
  2303.                                         <ul class="tablet pad container" id="greekLowerWrap">
  2304.                                             <li class="sub subButton padButton"></li>
  2305.                                             <li class="sup supButton padButton"></li>
  2306.                                             <li class="forwardReaction forwardButton padButton"></li>
  2307.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  2308.                                             <li class="reverseReaction reverseButton padButton"></li>
  2309.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  2310.                                         </ul>
  2311.                                        
  2312.                                         <ul class="tablet greek pad container">
  2313.                                             <li class="expandButton">
  2314.                                                 <ul class="small container">
  2315.                                                     <li>
  2316.                                                         <ul class="c4 container">
  2317.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  2318.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  2319.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  2320.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  2321.                                                         </ul>
  2322.                                                     </li>
  2323.                                                     <li>
  2324.                                                         <ul class="c18 container">
  2325.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  2326.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  2327.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  2328.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  2329.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  2330.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  2331.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  2332.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  2333.                                                             <li class="muLower sMuLowerCase padButton"></li>
  2334.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  2335.                                                             <li class="piLower sPiLowerCase padButton"></li>
  2336.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  2337.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  2338.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  2339.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  2340.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  2341.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  2342.                                                         </ul>
  2343.                                                     </li>
  2344.                                                 </ul>
  2345.                                             </li>
  2346.                                         </ul>
  2347.                                     </div>
  2348.                                
  2349.                                     <!-- console -->
  2350.                                     <div class="console">
  2351.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  2352.                                             <span class="chemPreview">SO<span class="ssc"><table style="font-size: 10px; text-align: left; border-collapse: collapse;"><tbody><tr><td style="padding: 0em 0.2em;">&nbsp;2-</td></tr><tr><td style="padding: 0pt;">4</td></tr></tbody></table></span>&nbsp;(<i>aq</i>)&nbsp;+&nbsp;Ba<sup>2+</sup>&nbsp;(<i>aq</i>)&nbsp;&nbsp;<span style="font-size: 13px;">&#8594;</span>&nbsp;&nbsp;BaSO<sub>4</sub>&nbsp;(<i>s</i>)</span>
  2353.                                         </div>
  2354.                                         <input type="text" value="SO_4^-2 (aq) + Ba^+2 (aq) --&gt; BaSO_4 (s)" id="RB_1180248_0_1_1184065" name="RB_1180248_0_1_1184065" class="chemInput" style="width: 343px;">
  2355.                                     </div>
  2356.                                     <!-- -->
  2357.                                
  2358.                                 </div>
  2359.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  2360.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  2361.                                 </div>
  2362.                             </div>
  2363.                             <div class="bottom"><div><div></div></div></div>  
  2364.                         </div>
  2365.                         <!-- end of chemPad markup -->
  2366.  
  2367.  
  2368. <br><div class="extraContent">
  2369.    
  2370. <p style="padding-left: 4px; padding-top: 12px;">
  2371. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  2372. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=130','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  2373. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/2844.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  2374. </p><p>
  2375.  
  2376. </p></div>
  2377.  
  2378.  
  2379.  
  2380.  
  2381.         <div class="qButtons container">
  2382.  
  2383.  
  2384.  
  2385.             <input type="submit" onclick="return submit_this('CeCPCNCcABDJAADXCkECAeETCeEEBuDpCCBfBpDRCqAYAxETCGBHAEEiCGCpzZCECYDIDSCdCqEJAmDkBOCmCcAWEuALEKAlEnBQBGBSExAmEiEQDFDdAKBhEjDNCNCbDuBtBiBnDUErDgCXBPACEPCyDJCfEeAFArBrDjDgBsDrABERBKDDCECfCEBHBbBuBdDoBiAbAM',true,'');" class="sButton" value="Submit New Answers To Question 1" name="Submit0" id="sub0">
  2386.  
  2387.  
  2388.  
  2389.             <input type="submit" onclick="return submit_this('DaDPCHBIzZBDvVAfAICKCHAOBoEEEkDACVCNDLDGEiAJATClBuDWBKBxBBDgCxDfDLBNyYBrAiBDDPCkECBFCQDoyYEYAVEVDACFDhBBECBYBeAbAQEAEaAxBlAKEIAMBoAnDQAFDjCvBHEVzZCfCIBQEMDwDfEMCjCJEDDaDOCDBCBwDWBWAnBfCADaEmERDIDh',true,'')" class="sButton" value="Save Work" name="Save0">
  2390.  
  2391.         </div>
  2392.  
  2393.  
  2394.  
  2395.         </div>
  2396.     </div>
  2397.     <div class="qButtons container"></div>
  2398. </div>
  2399.  
  2400.  
  2401.  
  2402. <br>
  2403.  
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411. <div class="waQBox container" id="question2">
  2412.     <div class="top container">
  2413.         <div class="left"></div>
  2414.         <div class="right"></div>
  2415.         <div class="border"></div>
  2416.         <div class="title">
  2417.             <span class="qNum">2.</span>
  2418.  
  2419.  
  2420.  
  2421.  
  2422.  
  2423.  
  2424.  
  2425.            
  2426.  
  2427.         <span width="100%" class="leftBarTitle">
  2428.  
  2429.             <span style="margin-right: 15px;" class="pageLeft">
  2430.                 <a href="javascript:doDetail('1')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_1">
  2431.                     <strong>
  2432.  
  2433.                         5/5 points
  2434.                     </strong>
  2435.                 </a>
  2436.             </span>
  2437.             <span class="dashBoardItem">
  2438.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=ECAaAsDoCaEhEwCRAUAEDiEIBkAQEjBoAYAbAeEICjDyCQDgBpAYCDByBpEtDVDOCDBhzUEUELByELCRBvCTAEEtDtCPCtDxEeBrCuBlAOACCcCMCWCACJBqBwCAzUDmAYAHDRBVAXBXCPDjElCmErAEDKDhERDjBqBBERESBODFAeEyDOAoBMETESCODxBpDQEeDgAoBSDY&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_1','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  2439.             </span>
  2440.             <span class="dashBoardItem">
  2441.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=1&amp;struct=DmAcAEBMEWAoEVDnCcDoByCwDrDFBACNALBEByDMEcANAdEEEYCIDtAaBdEGBmBCDiDPBiExEOCnDDBiAIAIDpDJAnCeEcEHEICcAwCQELEqErBDEeEXCPAwDgDOAYBlETBqCRCRCdAyEVEICnCAuUAiEqyYAuCsAFEQCnBhAPDIBgBLExBsDFBHBgECAkBEDGCvBgEqEsBD&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_1','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_1">
  2442.                     <strong>Notes</strong>
  2443.                 </a>
  2444.             </span>
  2445.  
  2446.  
  2447.         </span>
  2448.  
  2449.  
  2450.         <span class="qTitleRight">
  2451.             <span class="dashBoardItem">
  2452.                 Question: EbGam9 4.GP.100.
  2453.             </span>
  2454.             <span>
  2455.                
  2456.             </span>
  2457.         </span>
  2458.  
  2459.  
  2460.  
  2461.         </div>
  2462.     </div>
  2463.     <div class="bottom">
  2464.         <div class="left"></div>
  2465.         <div class="right"></div>
  2466.         <div class="border"></div>
  2467.     </div>
  2468.     <div class="preContent container">
  2469.        
  2470.  
  2471.     <div class="qdetails container" id="detail_1">
  2472.        
  2473.        
  2474.    
  2475.         <div class="container questionPartNumberRow">
  2476.             <div class="pageLeft">
  2477.                 <div style="border-top: 0px none;" class="label">
  2478.                     Question part
  2479.                 </div>
  2480.      
  2481.                 <div style="border-top: 0px none;" class="label">
  2482.                     Points
  2483.                 </div>
  2484.  
  2485.                 <div style="border-top: 0px none;" class="label">
  2486.                     Submissions
  2487.                 </div>
  2488.             </div>
  2489.             <div class="pageLeft scrollable questionNumbers">
  2490.                 <table>
  2491.                     <tbody><tr>
  2492.      
  2493.                         <th align="center" class="partNumber">
  2494.                             1
  2495.                         </th>
  2496.                         <th align="center" class="partNumber">
  2497.                             2
  2498.                         </th>
  2499.                         <th align="center" class="partNumber">
  2500.                             3
  2501.                         </th>
  2502.                         <th align="center" class="partNumber">
  2503.                             4
  2504.                         </th>
  2505.                         <th align="center" class="partNumber">
  2506.                             5
  2507.                         </th>
  2508.                         <th align="center" class="partNumber">
  2509.                             6
  2510.                         </th>
  2511.                         <th align="center" class="partNumber">
  2512.                             7
  2513.                         </th>
  2514.                         <th align="center" class="partNumber">
  2515.                             8
  2516.                         </th>
  2517.  
  2518.                     </tr>
  2519.      
  2520.                     <tr>
  2521.      
  2522.  
  2523.                         <td align="center" class="partPoints">
  2524.                        
  2525.  
  2526.  
  2527.  
  2528.  
  2529.                                 0.62
  2530.                  
  2531.  
  2532.                         </td>
  2533.  
  2534.                         <td align="center" class="partPoints">
  2535.                        
  2536.  
  2537.  
  2538.  
  2539.  
  2540.                                 0.62
  2541.                  
  2542.  
  2543.                         </td>
  2544.  
  2545.                         <td align="center" class="partPoints">
  2546.                        
  2547.  
  2548.  
  2549.  
  2550.  
  2551.                                 0.62
  2552.                  
  2553.  
  2554.                         </td>
  2555.  
  2556.                         <td align="center" class="partPoints">
  2557.                        
  2558.  
  2559.  
  2560.  
  2561.  
  2562.                                 0.62
  2563.                  
  2564.  
  2565.                         </td>
  2566.  
  2567.                         <td align="center" class="partPoints">
  2568.                        
  2569.  
  2570.  
  2571.  
  2572.  
  2573.                                 0.62
  2574.                  
  2575.  
  2576.                         </td>
  2577.  
  2578.                         <td align="center" class="partPoints">
  2579.                        
  2580.  
  2581.  
  2582.  
  2583.  
  2584.                                 0.62
  2585.                  
  2586.  
  2587.                         </td>
  2588.  
  2589.                         <td align="center" class="partPoints">
  2590.                        
  2591.  
  2592.  
  2593.  
  2594.  
  2595.                                 0.62
  2596.                  
  2597.  
  2598.                         </td>
  2599.  
  2600.                         <td align="center" class="partPoints">
  2601.                        
  2602.  
  2603.  
  2604.  
  2605.  
  2606.                                 0.66
  2607.                  
  2608.  
  2609.                         </td>
  2610.                     </tr>
  2611.  
  2612.                     <tr>
  2613.                         <td align="center" class="partPoints">
  2614.                             1/10
  2615.                         </td>
  2616.                         <td align="center" class="partPoints">
  2617.                             1/10
  2618.                         </td>
  2619.                         <td align="center" class="partPoints">
  2620.                             1/10
  2621.                         </td>
  2622.                         <td align="center" class="partPoints">
  2623.                             3/10
  2624.                         </td>
  2625.                         <td align="center" class="partPoints">
  2626.                             1/10
  2627.                         </td>
  2628.                         <td align="center" class="partPoints">
  2629.                             1/10
  2630.                         </td>
  2631.                         <td align="center" class="partPoints">
  2632.                             2/10
  2633.                         </td>
  2634.                         <td align="center" class="partPoints">
  2635.                             1/10
  2636.                         </td>
  2637.                     </tr>
  2638.  
  2639.                 </tbody></table>
  2640.             </div>
  2641.  
  2642.             <div class="pageLeft">
  2643.                 <div style="border-top: 0px none;" class="label">
  2644.                     <strong>Total</strong>
  2645.                 </div>
  2646.                 <div style="border-top: 0px none;" class="label">
  2647.                     <strong>
  2648.                         5/5
  2649.                     </strong>
  2650.                 </div>
  2651.                 <div style="border-top: 0px none;" class="label">
  2652.                     &nbsp;
  2653.                 </div>
  2654.             </div>
  2655.  
  2656.         </div>
  2657.     </div>
  2658.  
  2659.  
  2660.     </div>
  2661.     <div class="standard qContent container">
  2662.         <div class="studentQuestionBox studentQuestionContent">
  2663.            
  2664. <a name="Q2"></a>
  2665.  
  2666.     Decide whether a reaction occurs for each of the following. If it does, write the balanced molecular equation. Then write the net ionic equation. (Include states-of-matter under SATP conditions in your answer.
  2667.  Use the lowest possible coefficients. If no reaction occurs, simply type "NONE" in the answer box.)
  2668. <div class="indent">
  2669.     (a) Al(OH)<sub>3</sub> + HNO<sub>3</sub> <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span><br>
  2670.  
  2671.  
  2672.  
  2673.  
  2674.  
  2675.  
  2676.  
  2677.  
  2678.  
  2679.                         <!-- chemPad markup -->
  2680.                         <div class="chemPad container" id="chemPadRB_1180117_1_0_1183934" style="width: 470px;">
  2681.                             <div class="top"><div><div></div></div></div>          
  2682.                             <div class="contentWrap container">
  2683.                                 <div class="titleBar container">
  2684.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  2685.                                 </div>
  2686.                                 <div class="content container">
  2687.                                     <div class="toolBar container">
  2688.                                         <ul class="tablet pad container" id="greekLowerWrap">
  2689.                                             <li class="sub subButton padButton"></li>
  2690.                                             <li class="sup supButton padButton"></li>
  2691.                                             <li class="forwardReaction forwardButton padButton"></li>
  2692.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  2693.                                             <li class="reverseReaction reverseButton padButton"></li>
  2694.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  2695.                                         </ul>
  2696.                                        
  2697.                                         <ul class="tablet greek pad container">
  2698.                                             <li class="expandButton">
  2699.                                                 <ul class="small container">
  2700.                                                     <li>
  2701.                                                         <ul class="c4 container">
  2702.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  2703.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  2704.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  2705.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  2706.                                                         </ul>
  2707.                                                     </li>
  2708.                                                     <li>
  2709.                                                         <ul class="c18 container">
  2710.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  2711.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  2712.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  2713.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  2714.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  2715.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  2716.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  2717.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  2718.                                                             <li class="muLower sMuLowerCase padButton"></li>
  2719.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  2720.                                                             <li class="piLower sPiLowerCase padButton"></li>
  2721.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  2722.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  2723.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  2724.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  2725.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  2726.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  2727.                                                         </ul>
  2728.                                                     </li>
  2729.                                                 </ul>
  2730.                                             </li>
  2731.                                         </ul>
  2732.                                     </div>
  2733.                                
  2734.                                     <!-- console -->
  2735.                                     <div class="console">
  2736.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  2737.                                             <span class="chemPreview">&nbsp;Al(OH)<sub>3</sub>&nbsp;(<i>s</i>)&nbsp;+&nbsp;3HNO<sub>3</sub>&nbsp;(<i>aq</i>)&nbsp;&nbsp;<span style="font-size: 13px;">&#8594;</span>&nbsp;&nbsp;Al(NO<sub>3</sub>)<sub>3</sub>&nbsp;(<i>aq</i>)&nbsp;+&nbsp;3H<sub>2</sub>O&nbsp;(<i>l</i>)</span>
  2738.                                         </div>
  2739.                                         <input type="text" value=" Al(OH)_3 (s) + 3HNO_3 (aq)  --&gt; Al(NO_3)_3 (aq) + 3H_2O (l)" id="RB_1180117_1_0_1183934" name="RB_1180117_1_0_1183934" class="chemInput" style="width: 458px;">
  2740.                                     </div>
  2741.                                     <!-- -->
  2742.                                
  2743.                                 </div>
  2744.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  2745.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  2746.                                 </div>
  2747.                             </div>
  2748.                             <div class="bottom"><div><div></div></div></div>  
  2749.                         </div>
  2750.                         <!-- end of chemPad markup -->
  2751.  
  2752.  <br>
  2753.     net ionic equation <br>
  2754.    
  2755.  
  2756.  
  2757.  
  2758.  
  2759.  
  2760.  
  2761.  
  2762.  
  2763.                         <!-- chemPad markup -->
  2764.                         <div class="chemPad container" id="chemPadRB_1180117_1_1_1183934" style="width: 419px;">
  2765.                             <div class="top"><div><div></div></div></div>          
  2766.                             <div class="contentWrap container">
  2767.                                 <div class="titleBar container">
  2768.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  2769.                                 </div>
  2770.                                 <div class="content container">
  2771.                                     <div class="toolBar container">
  2772.                                         <ul class="tablet pad container" id="greekLowerWrap">
  2773.                                             <li class="sub subButton padButton"></li>
  2774.                                             <li class="sup supButton padButton"></li>
  2775.                                             <li class="forwardReaction forwardButton padButton"></li>
  2776.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  2777.                                             <li class="reverseReaction reverseButton padButton"></li>
  2778.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  2779.                                         </ul>
  2780.                                        
  2781.                                         <ul class="tablet greek pad container">
  2782.                                             <li class="expandButton">
  2783.                                                 <ul class="small container">
  2784.                                                     <li>
  2785.                                                         <ul class="c4 container">
  2786.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  2787.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  2788.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  2789.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  2790.                                                         </ul>
  2791.                                                     </li>
  2792.                                                     <li>
  2793.                                                         <ul class="c18 container">
  2794.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  2795.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  2796.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  2797.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  2798.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  2799.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  2800.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  2801.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  2802.                                                             <li class="muLower sMuLowerCase padButton"></li>
  2803.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  2804.                                                             <li class="piLower sPiLowerCase padButton"></li>
  2805.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  2806.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  2807.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  2808.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  2809.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  2810.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  2811.                                                         </ul>
  2812.                                                     </li>
  2813.                                                 </ul>
  2814.                                             </li>
  2815.                                         </ul>
  2816.                                     </div>
  2817.                                
  2818.                                     <!-- console -->
  2819.                                     <div class="console">
  2820.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  2821.                                             <span class="chemPreview">Al(OH)<sub>3</sub>&nbsp;(<i>s</i>)&nbsp;+&nbsp;3H<sup>+</sup>&nbsp;(<i>aq</i>)&nbsp;&nbsp;<span style="font-size: 13px;">&#8594;</span>&nbsp;&nbsp;Al<sup>3+</sup>&nbsp;(<i>aq</i>)&nbsp;+&nbsp;3H<sub>2</sub>O&nbsp;(<i>l</i>)</span>
  2822.                                         </div>
  2823.                                         <input type="text" value="Al(OH)_3 (s) + 3H^+ (aq) --&gt; Al^+3 (aq) + 3H_2O (l)" id="RB_1180117_1_1_1183934" name="RB_1180117_1_1_1183934" class="chemInput" style="width: 407px;">
  2824.                                     </div>
  2825.                                     <!-- -->
  2826.                                
  2827.                                 </div>
  2828.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  2829.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  2830.                                 </div>
  2831.                             </div>
  2832.                             <div class="bottom"><div><div></div></div></div>  
  2833.                         </div>
  2834.                         <!-- end of chemPad markup -->
  2835.  
  2836. <br><br>
  2837.     (b) FeS + HClO<sub>4</sub> <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span> <br>
  2838.  
  2839.  
  2840.  
  2841.  
  2842.  
  2843.  
  2844.  
  2845.  
  2846.  
  2847.                         <!-- chemPad markup -->
  2848.                         <div class="chemPad container" id="chemPadRB_1180117_1_2_1183934" style="width: 451px;">
  2849.                             <div class="top"><div><div></div></div></div>          
  2850.                             <div class="contentWrap container">
  2851.                                 <div class="titleBar container">
  2852.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  2853.                                 </div>
  2854.                                 <div class="content container">
  2855.                                     <div class="toolBar container">
  2856.                                         <ul class="tablet pad container" id="greekLowerWrap">
  2857.                                             <li class="sub subButton padButton"></li>
  2858.                                             <li class="sup supButton padButton"></li>
  2859.                                             <li class="forwardReaction forwardButton padButton"></li>
  2860.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  2861.                                             <li class="reverseReaction reverseButton padButton"></li>
  2862.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  2863.                                         </ul>
  2864.                                        
  2865.                                         <ul class="tablet greek pad container">
  2866.                                             <li class="expandButton">
  2867.                                                 <ul class="small container">
  2868.                                                     <li>
  2869.                                                         <ul class="c4 container">
  2870.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  2871.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  2872.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  2873.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  2874.                                                         </ul>
  2875.                                                     </li>
  2876.                                                     <li>
  2877.                                                         <ul class="c18 container">
  2878.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  2879.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  2880.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  2881.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  2882.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  2883.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  2884.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  2885.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  2886.                                                             <li class="muLower sMuLowerCase padButton"></li>
  2887.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  2888.                                                             <li class="piLower sPiLowerCase padButton"></li>
  2889.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  2890.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  2891.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  2892.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  2893.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  2894.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  2895.                                                         </ul>
  2896.                                                     </li>
  2897.                                                 </ul>
  2898.                                             </li>
  2899.                                         </ul>
  2900.                                     </div>
  2901.                                
  2902.                                     <!-- console -->
  2903.                                     <div class="console">
  2904.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  2905.                                             <span class="chemPreview">FeS&nbsp;(<i>s</i>)&nbsp;+&nbsp;2HClO<sub>4</sub>&nbsp;(<i>aq</i>)&nbsp;&nbsp;<span style="font-size: 13px;">&#8594;</span>&nbsp;&nbsp;Fe(ClO<sub>4</sub>)<sub>2</sub>&nbsp;(<i>aq</i>)&nbsp;+&nbsp;H<sub>2</sub>S&nbsp;(<i>g</i>)&nbsp;</span>
  2906.                                         </div>
  2907.                                         <input type="text" value="FeS (s) + 2HClO_4 (aq) --&gt; Fe(ClO_4)_2 (aq) + H_2S (g) " id="RB_1180117_1_2_1183934" name="RB_1180117_1_2_1183934" class="chemInput" style="width: 439px;">
  2908.                                     </div>
  2909.                                     <!-- -->
  2910.                                
  2911.                                 </div>
  2912.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  2913.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  2914.                                 </div>
  2915.                             </div>
  2916.                             <div class="bottom"><div><div></div></div></div>  
  2917.                         </div>
  2918.                         <!-- end of chemPad markup -->
  2919.  
  2920. <br>
  2921.     net ionic equation <br>
  2922.  
  2923.  
  2924.  
  2925.  
  2926.  
  2927.  
  2928.  
  2929.  
  2930.  
  2931.                         <!-- chemPad markup -->
  2932.                         <div class="chemPad container" id="chemPadRB_1180117_1_3_1183934" style="width: 394px;">
  2933.                             <div class="top"><div><div></div></div></div>          
  2934.                             <div class="contentWrap container">
  2935.                                 <div class="titleBar container">
  2936.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  2937.                                 </div>
  2938.                                 <div class="content container">
  2939.                                     <div class="toolBar container">
  2940.                                         <ul class="tablet pad container" id="greekLowerWrap">
  2941.                                             <li class="sub subButton padButton"></li>
  2942.                                             <li class="sup supButton padButton"></li>
  2943.                                             <li class="forwardReaction forwardButton padButton"></li>
  2944.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  2945.                                             <li class="reverseReaction reverseButton padButton"></li>
  2946.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  2947.                                         </ul>
  2948.                                        
  2949.                                         <ul class="tablet greek pad container">
  2950.                                             <li class="expandButton">
  2951.                                                 <ul class="small container">
  2952.                                                     <li>
  2953.                                                         <ul class="c4 container">
  2954.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  2955.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  2956.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  2957.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  2958.                                                         </ul>
  2959.                                                     </li>
  2960.                                                     <li>
  2961.                                                         <ul class="c18 container">
  2962.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  2963.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  2964.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  2965.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  2966.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  2967.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  2968.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  2969.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  2970.                                                             <li class="muLower sMuLowerCase padButton"></li>
  2971.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  2972.                                                             <li class="piLower sPiLowerCase padButton"></li>
  2973.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  2974.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  2975.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  2976.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  2977.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  2978.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  2979.                                                         </ul>
  2980.                                                     </li>
  2981.                                                 </ul>
  2982.                                             </li>
  2983.                                         </ul>
  2984.                                     </div>
  2985.                                
  2986.                                     <!-- console -->
  2987.                                     <div class="console">
  2988.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  2989.                                             <span class="chemPreview">FeS&nbsp;(<i>s</i>)&nbsp;+&nbsp;2H<sup>+</sup>(<i>aq</i>)&nbsp;&nbsp;<span style="font-size: 13px;">&#8594;</span>&nbsp;&nbsp;Fe<sup>2+</sup>&nbsp;(<i>aq</i>)&nbsp;+&nbsp;H<sub>2</sub>S&nbsp;(<i>g</i>)&nbsp;</span>
  2990.                                         </div>
  2991.                                         <input type="text" value="FeS (s) + 2H^+(aq) --&gt; Fe^+2 (aq) + H_2S (g)  " id="RB_1180117_1_3_1183934" name="RB_1180117_1_3_1183934" class="chemInput" style="width: 382px;">
  2992.                                     </div>
  2993.                                     <!-- -->
  2994.                                
  2995.                                 </div>
  2996.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  2997.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  2998.                                 </div>
  2999.                             </div>
  3000.                             <div class="bottom"><div><div></div></div></div>  
  3001.                         </div>
  3002.                         <!-- end of chemPad markup -->
  3003.  
  3004. <br><br>
  3005.     (c) CaCl<sub>2</sub> + NaNO<sub>3</sub> <br>
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013.  
  3014.                         <!-- chemPad markup -->
  3015.                         <div class="chemPad container" id="chemPadRB_1180117_1_4_1183934">
  3016.                             <div class="top"><div><div></div></div></div>          
  3017.                             <div class="contentWrap container">
  3018.                                 <div class="titleBar container">
  3019.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  3020.                                 </div>
  3021.                                 <div class="content container">
  3022.                                     <div class="toolBar container">
  3023.                                         <ul class="tablet pad container" id="greekLowerWrap">
  3024.                                             <li class="sub subButton padButton"></li>
  3025.                                             <li class="sup supButton padButton"></li>
  3026.                                             <li class="forwardReaction forwardButton padButton"></li>
  3027.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  3028.                                             <li class="reverseReaction reverseButton padButton"></li>
  3029.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  3030.                                         </ul>
  3031.                                        
  3032.                                         <ul class="tablet greek pad container">
  3033.                                             <li class="expandButton">
  3034.                                                 <ul class="small container">
  3035.                                                     <li>
  3036.                                                         <ul class="c4 container">
  3037.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  3038.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  3039.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  3040.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  3041.                                                         </ul>
  3042.                                                     </li>
  3043.                                                     <li>
  3044.                                                         <ul class="c18 container">
  3045.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  3046.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  3047.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  3048.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  3049.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  3050.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  3051.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  3052.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  3053.                                                             <li class="muLower sMuLowerCase padButton"></li>
  3054.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  3055.                                                             <li class="piLower sPiLowerCase padButton"></li>
  3056.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  3057.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  3058.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  3059.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  3060.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  3061.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  3062.                                                         </ul>
  3063.                                                     </li>
  3064.                                                 </ul>
  3065.                                             </li>
  3066.                                         </ul>
  3067.                                     </div>
  3068.                                
  3069.                                     <!-- console -->
  3070.                                     <div class="console">
  3071.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  3072.                                             <span class="chemPreview">NONE</span>
  3073.                                         </div>
  3074.                                         <input type="text" value="NONE" id="RB_1180117_1_4_1183934" name="RB_1180117_1_4_1183934" class="chemInput">
  3075.                                     </div>
  3076.                                     <!-- -->
  3077.                                
  3078.                                 </div>
  3079.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  3080.                                     <p class="left">&nbsp;</p>
  3081.                                 </div>
  3082.                             </div>
  3083.                             <div class="bottom"><div><div></div></div></div>  
  3084.                         </div>
  3085.                         <!-- end of chemPad markup -->
  3086.  
  3087. <br>
  3088.     net ionic equation <br>
  3089.  
  3090.  
  3091.  
  3092.  
  3093.  
  3094.  
  3095.  
  3096.  
  3097.  
  3098.                         <!-- chemPad markup -->
  3099.                         <div class="chemPad container" id="chemPadRB_1180117_1_5_1183934">
  3100.                             <div class="top"><div><div></div></div></div>          
  3101.                             <div class="contentWrap container">
  3102.                                 <div class="titleBar container">
  3103.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  3104.                                 </div>
  3105.                                 <div class="content container">
  3106.                                     <div class="toolBar container">
  3107.                                         <ul class="tablet pad container" id="greekLowerWrap">
  3108.                                             <li class="sub subButton padButton"></li>
  3109.                                             <li class="sup supButton padButton"></li>
  3110.                                             <li class="forwardReaction forwardButton padButton"></li>
  3111.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  3112.                                             <li class="reverseReaction reverseButton padButton"></li>
  3113.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  3114.                                         </ul>
  3115.                                        
  3116.                                         <ul class="tablet greek pad container">
  3117.                                             <li class="expandButton">
  3118.                                                 <ul class="small container">
  3119.                                                     <li>
  3120.                                                         <ul class="c4 container">
  3121.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  3122.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  3123.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  3124.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  3125.                                                         </ul>
  3126.                                                     </li>
  3127.                                                     <li>
  3128.                                                         <ul class="c18 container">
  3129.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  3130.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  3131.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  3132.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  3133.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  3134.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  3135.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  3136.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  3137.                                                             <li class="muLower sMuLowerCase padButton"></li>
  3138.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  3139.                                                             <li class="piLower sPiLowerCase padButton"></li>
  3140.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  3141.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  3142.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  3143.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  3144.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  3145.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  3146.                                                         </ul>
  3147.                                                     </li>
  3148.                                                 </ul>
  3149.                                             </li>
  3150.                                         </ul>
  3151.                                     </div>
  3152.                                
  3153.                                     <!-- console -->
  3154.                                     <div class="console">
  3155.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  3156.                                             <span class="chemPreview">NONE</span>
  3157.                                         </div>
  3158.                                         <input type="text" value="NONE" id="RB_1180117_1_5_1183934" name="RB_1180117_1_5_1183934" class="chemInput">
  3159.                                     </div>
  3160.                                     <!-- -->
  3161.                                
  3162.                                 </div>
  3163.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  3164.                                     <p class="left">&nbsp;</p>
  3165.                                 </div>
  3166.                             </div>
  3167.                             <div class="bottom"><div><div></div></div></div>  
  3168.                         </div>
  3169.                         <!-- end of chemPad markup -->
  3170.  
  3171. <br><br>
  3172.     (d) MgSO<sub>4</sub> + Ba(NO<sub>3</sub>)<sub>2</sub> <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span> <br>
  3173.  
  3174.  
  3175.  
  3176.  
  3177.  
  3178.  
  3179.  
  3180.  
  3181.                         <!-- chemPad markup -->
  3182.                         <div class="chemPad container" id="chemPadRB_1180117_1_6_1183934" style="width: 511px;">
  3183.                             <div class="top"><div><div></div></div></div>          
  3184.                             <div class="contentWrap container">
  3185.                                 <div class="titleBar container">
  3186.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  3187.                                 </div>
  3188.                                 <div class="content container">
  3189.                                     <div class="toolBar container">
  3190.                                         <ul class="tablet pad container" id="greekLowerWrap">
  3191.                                             <li class="sub subButton padButton"></li>
  3192.                                             <li class="sup supButton padButton"></li>
  3193.                                             <li class="forwardReaction forwardButton padButton"></li>
  3194.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  3195.                                             <li class="reverseReaction reverseButton padButton"></li>
  3196.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  3197.                                         </ul>
  3198.                                        
  3199.                                         <ul class="tablet greek pad container">
  3200.                                             <li class="expandButton">
  3201.                                                 <ul class="small container">
  3202.                                                     <li>
  3203.                                                         <ul class="c4 container">
  3204.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  3205.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  3206.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  3207.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  3208.                                                         </ul>
  3209.                                                     </li>
  3210.                                                     <li>
  3211.                                                         <ul class="c18 container">
  3212.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  3213.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  3214.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  3215.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  3216.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  3217.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  3218.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  3219.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  3220.                                                             <li class="muLower sMuLowerCase padButton"></li>
  3221.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  3222.                                                             <li class="piLower sPiLowerCase padButton"></li>
  3223.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  3224.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  3225.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  3226.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  3227.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  3228.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  3229.                                                         </ul>
  3230.                                                     </li>
  3231.                                                 </ul>
  3232.                                             </li>
  3233.                                         </ul>
  3234.                                     </div>
  3235.                                
  3236.                                     <!-- console -->
  3237.                                     <div class="console">
  3238.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  3239.                                             <span class="chemPreview">MgSO<sub>4</sub>&nbsp;(<i>aq</i>)&nbsp;+&nbsp;Ba(NO<sub>3</sub>)<sub>2</sub>&nbsp;(<i>aq</i>)&nbsp;&nbsp;<span style="font-size: 13px;">&#8594;</span>&nbsp;&nbsp;Mg(NO<sub>3</sub>)<sub>2</sub>&nbsp;(<i>aq</i>)&nbsp;+&nbsp;BaSO<sub>4</sub>&nbsp;(<i>s</i>)&nbsp;</span>
  3240.                                         </div>
  3241.                                         <input type="text" value="MgSO_4 (aq) + Ba(NO_3)_2 (aq) --&gt; Mg(NO_3)_2 (aq) + BaSO_4 (s) " id="RB_1180117_1_6_1183934" name="RB_1180117_1_6_1183934" class="chemInput" style="width: 499px;">
  3242.                                     </div>
  3243.                                     <!-- -->
  3244.                                
  3245.                                 </div>
  3246.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  3247.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  3248.                                 </div>
  3249.                             </div>
  3250.                             <div class="bottom"><div><div></div></div></div>  
  3251.                         </div>
  3252.                         <!-- end of chemPad markup -->
  3253.  
  3254. <br>
  3255.     net ionic equation <br>
  3256.  
  3257.  
  3258.  
  3259.  
  3260.  
  3261.  
  3262.  
  3263.  
  3264.  
  3265.                         <!-- chemPad markup -->
  3266.                         <div class="chemPad container" id="chemPadRB_1180117_1_7_1183934" style="width: 350px;">
  3267.                             <div class="top"><div><div></div></div></div>          
  3268.                             <div class="contentWrap container">
  3269.                                 <div class="titleBar container">
  3270.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  3271.                                 </div>
  3272.                                 <div class="content container">
  3273.                                     <div class="toolBar container">
  3274.                                         <ul class="tablet pad container" id="greekLowerWrap">
  3275.                                             <li class="sub subButton padButton"></li>
  3276.                                             <li class="sup supButton padButton"></li>
  3277.                                             <li class="forwardReaction forwardButton padButton"></li>
  3278.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  3279.                                             <li class="reverseReaction reverseButton padButton"></li>
  3280.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  3281.                                         </ul>
  3282.                                        
  3283.                                         <ul class="tablet greek pad container">
  3284.                                             <li class="expandButton">
  3285.                                                 <ul class="small container">
  3286.                                                     <li>
  3287.                                                         <ul class="c4 container">
  3288.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  3289.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  3290.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  3291.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  3292.                                                         </ul>
  3293.                                                     </li>
  3294.                                                     <li>
  3295.                                                         <ul class="c18 container">
  3296.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  3297.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  3298.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  3299.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  3300.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  3301.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  3302.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  3303.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  3304.                                                             <li class="muLower sMuLowerCase padButton"></li>
  3305.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  3306.                                                             <li class="piLower sPiLowerCase padButton"></li>
  3307.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  3308.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  3309.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  3310.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  3311.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  3312.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  3313.                                                         </ul>
  3314.                                                     </li>
  3315.                                                 </ul>
  3316.                                             </li>
  3317.                                         </ul>
  3318.                                     </div>
  3319.                                
  3320.                                     <!-- console -->
  3321.                                     <div class="console">
  3322.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  3323.                                             <span class="chemPreview">SO<span class="ssc"><table style="font-size: 10px; text-align: left; border-collapse: collapse;"><tbody><tr><td style="padding: 0em 0.2em;">&nbsp;2-</td></tr><tr><td style="padding: 0pt;">4</td></tr></tbody></table></span>(<i>aq</i>)&nbsp;+&nbsp;Ba<sup>2+</sup>(<i>aq</i>)&nbsp;&nbsp;<span style="font-size: 13px;">&#8594;</span>&nbsp;&nbsp;BaSO<sub>4</sub>&nbsp;(<i>s</i>)&nbsp;</span>
  3324.                                         </div>
  3325.                                         <input type="text" value="SO_4^-2(aq) + Ba^+2(aq)  --&gt; BaSO_4 (s) " id="RB_1180117_1_7_1183934" name="RB_1180117_1_7_1183934" class="chemInput" style="width: 338px;">
  3326.                                     </div>
  3327.                                     <!-- -->
  3328.                                
  3329.                                 </div>
  3330.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  3331.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  3332.                                 </div>
  3333.                             </div>
  3334.                             <div class="bottom"><div><div></div></div></div>  
  3335.                         </div>
  3336.                         <!-- end of chemPad markup -->
  3337.  
  3338.  
  3339. </div><br><div class="extraContent">
  3340.    
  3341. <p style="padding-left: 4px; padding-top: 12px;">
  3342. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  3343. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=134','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  3344. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/2845.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  3345. </p><p>
  3346.  
  3347. </p></div>
  3348.  
  3349.  
  3350.  
  3351.  
  3352.         <div class="qButtons container">
  3353.  
  3354.  
  3355.  
  3356.             <input type="submit" onclick="return submit_this('BIBbDMEpDgBaAsCXCCDhEUCFENAbBKEgDiClCQBiAAAkDuCcBfBGAOCcDSEbDNDOCfBsCCDnBRCBBnCBASAXDoCHDyAhCbzUCmCDBEArCgEGAiCVBtDfEIBVDxAxCGCgETDGCHDcCwAdBLALDLEdEvCHAHEtEiEvCHBNEmDGBRCBBoBkDWDLCEEXCxvVDPBhACEnDhAFCo',true,'');" class="sButton" value="Submit New Answers To Question 2" name="Submit1" id="sub1">
  3357.  
  3358.  
  3359.  
  3360.             <input type="submit" onclick="return submit_this('EfBgBTBODVAqDxCwCGDbBJCcAnAlAlEjBvDCDkBkDIAcEuAyEICqEDBtCXAOBXEeCWCOCmCkCIBxDIELzZAqAPAtEhDLCWBsAcAjEWEGDUvVEwBKDOAlBUCLAoEiEjApDHAmCXEWBQETAYAGCpAnBnElAvCgBVDfCMDqBpCWABDDEWDYAUzUEKBbEHDKEECKDqEh',true,'')" class="sButton" value="Save Work" name="Save1">
  3361.  
  3362.         </div>
  3363.  
  3364.  
  3365.  
  3366.         </div>
  3367.     </div>
  3368.     <div class="qButtons container"></div>
  3369. </div>
  3370.  
  3371.  
  3372.  
  3373. <br>
  3374.  
  3375.  
  3376.  
  3377.  
  3378.  
  3379.  
  3380.  
  3381.  
  3382. <div class="waQBox container" id="question3">
  3383.     <div class="top container">
  3384.         <div class="left"></div>
  3385.         <div class="right"></div>
  3386.         <div class="border"></div>
  3387.         <div class="title">
  3388.             <span class="qNum">3.</span>
  3389.  
  3390.  
  3391.  
  3392.  
  3393.  
  3394.  
  3395.  
  3396.            
  3397.  
  3398.         <span width="100%" class="leftBarTitle">
  3399.  
  3400.             <span style="margin-right: 15px;" class="pageLeft">
  3401.                 <a href="javascript:doDetail('2')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_2">
  3402.                     <strong>
  3403.  
  3404.                         5/5 points
  3405.                     </strong>
  3406.                 </a>
  3407.             </span>
  3408.             <span class="dashBoardItem">
  3409.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=AGAXBvDuErCuCOCSEEDVCKDWDVEIDECvBBAeEgAOAxAOBMAqAFACDiDKBwDHEAEQDLDrCOEVDBErEDExCKBREwCqAhBIAxAouUErBjDOCLCLAWCWCQDyCNCSAKBlBNBmEhAvAnCIDeDbEVBtALDXAyAHDSEBAUAaBCCVCYEEAfEvEvAcAwBGDPDYBtDGCtDXAcEMBQCEED&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_2','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  3410.             </span>
  3411.             <span class="dashBoardItem">
  3412.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=2&amp;struct=ETDAAqBSEVEqCyAICbEdDpBYAJDVEwBpEqCmDWAmCgEUDHCiClAOAvDbAbEjApDTBhDlEnCoCwDwCJCIDFEQAxAlDsBiEYBACTEtCxEUDpAqAhBJBrExAKCNEABXAPEBCqEmEGCvETAfAABUCcDnDFBWAmCxCnBIDnAjDJEGDhAPDBCYClDlCkBXCfDwDtEqBSCgCLEqEs&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_2','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_2">
  3413.                     <strong>Notes</strong>
  3414.                 </a>
  3415.             </span>
  3416.  
  3417.  
  3418.         </span>
  3419.  
  3420.  
  3421.         <span class="qTitleRight">
  3422.             <span class="dashBoardItem">
  3423.                 Question: EbGam9 4.PP.029.
  3424.             </span>
  3425.             <span>
  3426.                
  3427.             </span>
  3428.         </span>
  3429.  
  3430.  
  3431.  
  3432.         </div>
  3433.     </div>
  3434.     <div class="bottom">
  3435.         <div class="left"></div>
  3436.         <div class="right"></div>
  3437.         <div class="border"></div>
  3438.     </div>
  3439.     <div class="preContent container">
  3440.        
  3441.  
  3442.     <div class="qdetails container" id="detail_2">
  3443.        
  3444.        
  3445.    
  3446.         <div class="container questionPartNumberRow">
  3447.             <div class="pageLeft">
  3448.                 <div style="border-top: 0px none;" class="label">
  3449.                     Question part
  3450.                 </div>
  3451.      
  3452.                 <div style="border-top: 0px none;" class="label">
  3453.                     Points
  3454.                 </div>
  3455.  
  3456.                 <div style="border-top: 0px none;" class="label">
  3457.                     Submissions
  3458.                 </div>
  3459.             </div>
  3460.             <div class="pageLeft scrollable questionNumbers">
  3461.                 <table>
  3462.                     <tbody><tr>
  3463.      
  3464.                         <th align="center" class="partNumber">
  3465.                             1
  3466.                         </th>
  3467.                         <th align="center" class="partNumber">
  3468.                             2
  3469.                         </th>
  3470.  
  3471.                     </tr>
  3472.      
  3473.                     <tr>
  3474.      
  3475.  
  3476.                         <td align="center" class="partPoints">
  3477.                        
  3478.  
  3479.  
  3480.  
  3481.  
  3482.                                 2.5
  3483.                  
  3484.  
  3485.                         </td>
  3486.  
  3487.                         <td align="center" class="partPoints">
  3488.                        
  3489.  
  3490.  
  3491.  
  3492.  
  3493.                                 2.5
  3494.                  
  3495.  
  3496.                         </td>
  3497.                     </tr>
  3498.  
  3499.                     <tr>
  3500.                         <td align="center" class="partPoints">
  3501.                             1/10
  3502.                         </td>
  3503.                         <td align="center" class="partPoints">
  3504.                             1/10
  3505.                         </td>
  3506.                     </tr>
  3507.  
  3508.                 </tbody></table>
  3509.             </div>
  3510.  
  3511.             <div class="pageLeft">
  3512.                 <div style="border-top: 0px none;" class="label">
  3513.                     <strong>Total</strong>
  3514.                 </div>
  3515.                 <div style="border-top: 0px none;" class="label">
  3516.                     <strong>
  3517.                         5/5
  3518.                     </strong>
  3519.                 </div>
  3520.                 <div style="border-top: 0px none;" class="label">
  3521.                     &nbsp;
  3522.                 </div>
  3523.             </div>
  3524.  
  3525.         </div>
  3526.     </div>
  3527.  
  3528.  
  3529.     </div>
  3530.     <div class="standard qContent container">
  3531.         <div class="studentQuestionBox studentQuestionContent">
  3532.            
  3533. <a name="Q3"></a>
  3534.  
  3535.    
  3536.  
  3537.  
  3538.  
  3539.  
  3540. Using solubility rules, predict the solubility in water for the following ionic compounds.
  3541. <div class="indent">
  3542. (a) <font color="red">AgI</font>
  3543. <input type="hidden" value="mc" id="RC_821796_2_0_825613" name="RC_821796_2_0_825613"><div class="multBox questionRadio"><div style="" class="correctBord"><div class="box_num" title="Points: 2.5/2.5" style="display: none;">1</div><span class="ms">
  3544. <input type="radio" id="RC_821796_2_0_825613_0" value="0" name="RC_821796_2_0_825613"><label for="RC_821796_2_0_825613_0">soluble</label> </span><span class="ms">
  3545. <input type="radio" id="RC_821796_2_0_825613_1" checked="checked" value="1" name="RC_821796_2_0_825613"><label for="RC_821796_2_0_825613_1">insoluble</label>&nbsp;&nbsp;&nbsp;&nbsp;  </span><p align="right" style="margin: 0pt;"><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RC_821796_2_0_825613"></p></div></div> <br><br>
  3546. (b) <font color="red">MgCO<sub>3</sub></font>
  3547. <input type="hidden" value="mc" id="RC_821796_2_1_825613" name="RC_821796_2_1_825613"><div class="multBox questionRadio"><div style="" class="correctBord"><div class="box_num" title="Points: 2.5/2.5" style="display: none;">2</div><span class="ms">
  3548. <input type="radio" id="RC_821796_2_1_825613_0" value="0" name="RC_821796_2_1_825613"><label for="RC_821796_2_1_825613_0">soluble</label> </span><span class="ms">
  3549. <input type="radio" id="RC_821796_2_1_825613_1" checked="checked" value="1" name="RC_821796_2_1_825613"><label for="RC_821796_2_1_825613_1">insoluble</label>&nbsp;&nbsp;&nbsp;&nbsp;  </span><p align="right" style="margin: 0pt;"><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RC_821796_2_1_825613"></p></div></div>
  3550. </div><br><div class="extraContent">
  3551.    
  3552. <p style="padding-left: 4px; padding-top: 12px;">
  3553. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  3554. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=134','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  3555. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/2844.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  3556. </p><p>
  3557.  
  3558. </p></div>
  3559.  
  3560.  
  3561.  
  3562.  
  3563.         <div class="qButtons container">
  3564.  
  3565.  
  3566.  
  3567.             <input type="submit" onclick="return submit_this('EOCSAbCqCBCrAJEmwWENCXEODUCHDkDYDABvCgAOAmBuDpCMCtDIDrAsDyCQAIDpAjDYCpBADBDYDlESDrAhAEDxBeEXEJCHAhAyDQCXBlBSAaAmCDCpEgBsEyBKErECEiAdEVEfEiCYCXAnDmBNDjDhASDKAXBnAjARBJEqAcwWCtCcBcCazZAKAVAVAxAHCOAuBTEy',true,'');" class="sButton" value="Submit New Answers To Question 3" name="Submit2" id="sub2">
  3568.  
  3569.  
  3570.  
  3571.             <input type="submit" onclick="return submit_this('AcAUAuCgBwExCmAIBxDGCjBNCCEHDhAWDJByDHDcDACdDVEVESBCDYELBSDwEcACCQCDAaCbCMCNEABnAoAuASBRCeCoDNCRCkBJAREoETENDhEyDBAaCADdCHBrCKEJCFAhDiDYBVDyEnDQAtCuAQAyDmBlBtDDAuCxDaAwAEEXACBHEBAeCkAJBoDQAwEgAO',true,'')" class="sButton" value="Save Work" name="Save2">
  3572.  
  3573.  
  3574.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=DOAfAJDFCkBtBtBHBFECDnDNDqEwCSBKDhAjETDkCJEqDkChExEJAaCABqDdAXDTETEYBgDFCPDVDcDNBuDTBECUBDAPDyAUCcBABGBfErCdDRDrEVAvEIADAEBtDKBOBsBEBOBKBjCVCXEPAmBkBaAGBXDdDIAGAPDsEiCnBaEBBUCrBTCFEqAvDWEyAcBAEOCbAWCbDlBXAQDjDWCbCLCvCCDDBlEPBgCrExChDRBhCoEW&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice2','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice2" id="Practice2">
  3575.  
  3576.         </div>
  3577.  
  3578.  
  3579.  
  3580.         </div>
  3581.     </div>
  3582.     <div class="qButtons container"></div>
  3583. </div>
  3584.  
  3585.  
  3586.  
  3587. <br>
  3588.  
  3589.  
  3590.  
  3591.  
  3592.  
  3593.  
  3594.  
  3595.  
  3596. <div class="waQBox container" id="question4">
  3597.     <div class="top container">
  3598.         <div class="left"></div>
  3599.         <div class="right"></div>
  3600.         <div class="border"></div>
  3601.         <div class="title">
  3602.             <span class="qNum">4.</span>
  3603.  
  3604.  
  3605.  
  3606.  
  3607.  
  3608.  
  3609.  
  3610.            
  3611.  
  3612.         <span width="100%" class="leftBarTitle">
  3613.  
  3614.             <span style="margin-right: 15px;" class="pageLeft">
  3615.                 <a href="javascript:doDetail('3')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_3">
  3616.                     <strong>
  3617.  
  3618.                         5/5 points
  3619.                     </strong>
  3620.                 </a>
  3621.             </span>
  3622.             <span class="dashBoardItem">
  3623.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=CLBVEyAeCoENEIBvDPDXEUENAFCgDQBADdADDvCQDVAVCmCaDvCgDxCECkBGBODeDeEeBADHBnCgCgAJDwAOARArAJDCCgAeDyDECUCEAQBDDTBVBXDkErEXAVDoBwCbBlEiCTAXBMzZCHCCBbBJAhCHElCJDMCDCwEYBjCeBbAPCWBkDiBDCQCMEkEBEMEoAICLEtDbDm&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_3','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  3624.             </span>
  3625.             <span class="dashBoardItem">
  3626.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=3&amp;struct=BrCmAuDCDGCRCTDsDjAHElCMAnBuEIDIDkCXAFAGDrAUAvCGEpuUBqEWAxBPClALAhCjEsAvDGACCRArDVDcArBxwWCTCEEXBLCOBREKEwCsEwAUCJwWEaEoCXELDMCFDAAPBhBSBsAIBYCuAUDPDdBlCiCnABALENBVDjDVBGAtCIAbAlBNDqBoEPEvAqDKBRADBNEuAk&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_3','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_3">
  3627.                     <strong>Notes</strong>
  3628.                 </a>
  3629.             </span>
  3630.  
  3631.  
  3632.         </span>
  3633.  
  3634.  
  3635.         <span class="qTitleRight">
  3636.             <span class="dashBoardItem">
  3637.                 Question: EbGam9 4.PP.031.
  3638.             </span>
  3639.             <span>
  3640.                
  3641.             </span>
  3642.         </span>
  3643.  
  3644.  
  3645.  
  3646.         </div>
  3647.     </div>
  3648.     <div class="bottom">
  3649.         <div class="left"></div>
  3650.         <div class="right"></div>
  3651.         <div class="border"></div>
  3652.     </div>
  3653.     <div class="preContent container">
  3654.        
  3655.  
  3656.     <div class="qdetails container" id="detail_3">
  3657.        
  3658.        
  3659.    
  3660.         <div class="container questionPartNumberRow">
  3661.             <div class="pageLeft">
  3662.                 <div style="border-top: 0px none;" class="label">
  3663.                     Question part
  3664.                 </div>
  3665.      
  3666.                 <div style="border-top: 0px none;" class="label">
  3667.                     Points
  3668.                 </div>
  3669.  
  3670.                 <div style="border-top: 0px none;" class="label">
  3671.                     Submissions
  3672.                 </div>
  3673.             </div>
  3674.             <div class="pageLeft scrollable questionNumbers">
  3675.                 <table>
  3676.                     <tbody><tr>
  3677.      
  3678.                         <th align="center" class="partNumber">
  3679.                             1
  3680.                         </th>
  3681.                         <th align="center" class="partNumber">
  3682.                             2
  3683.                         </th>
  3684.                         <th align="center" class="partNumber">
  3685.                             3
  3686.                         </th>
  3687.                         <th align="center" class="partNumber">
  3688.                             4
  3689.                         </th>
  3690.  
  3691.                     </tr>
  3692.      
  3693.                     <tr>
  3694.      
  3695.  
  3696.                         <td align="center" class="partPoints">
  3697.                        
  3698.  
  3699.  
  3700.  
  3701.  
  3702.                                 1.25
  3703.                  
  3704.  
  3705.                         </td>
  3706.  
  3707.                         <td align="center" class="partPoints">
  3708.                        
  3709.  
  3710.  
  3711.  
  3712.  
  3713.                                 1.25
  3714.                  
  3715.  
  3716.                         </td>
  3717.  
  3718.                         <td align="center" class="partPoints">
  3719.                        
  3720.  
  3721.  
  3722.  
  3723.  
  3724.                                 1.25
  3725.                  
  3726.  
  3727.                         </td>
  3728.  
  3729.                         <td align="center" class="partPoints">
  3730.                        
  3731.  
  3732.  
  3733.  
  3734.  
  3735.                                 1.25
  3736.                  
  3737.  
  3738.                         </td>
  3739.                     </tr>
  3740.  
  3741.                     <tr>
  3742.                         <td align="center" class="partPoints">
  3743.                             1/10
  3744.                         </td>
  3745.                         <td align="center" class="partPoints">
  3746.                             1/10
  3747.                         </td>
  3748.                         <td align="center" class="partPoints">
  3749.                             1/10
  3750.                         </td>
  3751.                         <td align="center" class="partPoints">
  3752.                             1/10
  3753.                         </td>
  3754.                     </tr>
  3755.  
  3756.                 </tbody></table>
  3757.             </div>
  3758.  
  3759.             <div class="pageLeft">
  3760.                 <div style="border-top: 0px none;" class="label">
  3761.                     <strong>Total</strong>
  3762.                 </div>
  3763.                 <div style="border-top: 0px none;" class="label">
  3764.                     <strong>
  3765.                         5/5
  3766.                     </strong>
  3767.                 </div>
  3768.                 <div style="border-top: 0px none;" class="label">
  3769.                     &nbsp;
  3770.                 </div>
  3771.             </div>
  3772.  
  3773.         </div>
  3774.     </div>
  3775.  
  3776.  
  3777.     </div>
  3778.     <div class="standard qContent container">
  3779.         <div class="studentQuestionBox studentQuestionContent">
  3780.            
  3781. <a name="Q4"></a>
  3782.  
  3783.    
  3784.  
  3785.  
  3786.  
  3787.  
  3788.  
  3789.  
  3790.  
  3791. Using solubility rules, decide whether the following ionic solids are soluble or insoluble in water.
  3792. <div class="indent">
  3793. (a) <font color="red">Na<sub>2</sub>CO<sub>3</sub></font>
  3794.  
  3795. <input type="hidden" value="mc" id="RC_821794_3_0_825611" name="RC_821794_3_0_825611"><div class="multBox questionRadio"><div style="" class="correctBord"><div class="box_num" title="Points: 1.25/1.25" style="display: none;">1</div><span class="ms">
  3796. <input type="radio" id="RC_821794_3_0_825611_0" checked="checked" value="0" name="RC_821794_3_0_825611"><label for="RC_821794_3_0_825611_0">soluble</label> </span><span class="ms">
  3797. <input type="radio" id="RC_821794_3_0_825611_1" value="1" name="RC_821794_3_0_825611"><label for="RC_821794_3_0_825611_1">insoluble</label>&nbsp;&nbsp;&nbsp;&nbsp;  </span><p align="right" style="margin: 0pt;"><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RC_821794_3_0_825611"></p></div></div> <br>
  3798. <br>
  3799. (b) <font color="red">(NH<sub>4</sub>)<sub>2</sub>S</font>
  3800.  
  3801. <input type="hidden" value="mc" id="RC_821794_3_1_825611" name="RC_821794_3_1_825611"><div class="multBox questionRadio"><div style="" class="correctBord"><div class="box_num" title="Points: 1.25/1.25" style="display: none;">2</div><span class="ms">
  3802. <input type="radio" id="RC_821794_3_1_825611_0" checked="checked" value="0" name="RC_821794_3_1_825611"><label for="RC_821794_3_1_825611_0">soluble</label> </span><span class="ms">
  3803. <input type="radio" id="RC_821794_3_1_825611_1" value="1" name="RC_821794_3_1_825611"><label for="RC_821794_3_1_825611_1">insoluble</label>&nbsp;&nbsp;&nbsp;&nbsp;  </span><p align="right" style="margin: 0pt;"><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RC_821794_3_1_825611"></p></div></div> <br>
  3804. <br>
  3805. (c) <font color="red">PbCl<sub>2</sub></font>
  3806.  
  3807. <input type="hidden" value="mc" id="RC_821794_3_2_825611" name="RC_821794_3_2_825611"><div class="multBox questionRadio"><div style="" class="correctBord"><div class="box_num" title="Points: 1.25/1.25" style="display: none;">3</div><span class="ms">
  3808. <input type="radio" id="RC_821794_3_2_825611_0" value="0" name="RC_821794_3_2_825611"><label for="RC_821794_3_2_825611_0">soluble</label> </span><span class="ms">
  3809. <input type="radio" id="RC_821794_3_2_825611_1" checked="checked" value="1" name="RC_821794_3_2_825611"><label for="RC_821794_3_2_825611_1">insoluble</label>&nbsp;&nbsp;&nbsp;&nbsp;  </span><p align="right" style="margin: 0pt;"><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RC_821794_3_2_825611"></p></div></div> <br>
  3810. <br>
  3811. (d) <font color="red">Hg<sub>2</sub>SO<sub>4</sub></font><br>
  3812.  
  3813. <input type="hidden" value="mc" id="RC_821794_3_3_825611" name="RC_821794_3_3_825611"><div class="multBox questionRadio"><div style="" class="correctBord"><div class="box_num" title="Points: 1.25/1.25" style="display: none;">4</div><span class="ms">
  3814. <input type="radio" id="RC_821794_3_3_825611_0" value="0" name="RC_821794_3_3_825611"><label for="RC_821794_3_3_825611_0">soluble</label> </span><span class="ms">
  3815. <input type="radio" id="RC_821794_3_3_825611_1" checked="checked" value="1" name="RC_821794_3_3_825611"><label for="RC_821794_3_3_825611_1">insoluble</label>&nbsp;&nbsp;&nbsp;&nbsp;  </span><p align="right" style="margin: 0pt;"><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RC_821794_3_3_825611"></p></div></div>
  3816. </div><br><div class="extraContent">
  3817.    
  3818. <p style="padding-left: 4px; padding-top: 12px;">
  3819. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  3820. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=134','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  3821. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/2844.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  3822. </p><p>
  3823.  
  3824. </p></div>
  3825.  
  3826.  
  3827.  
  3828.  
  3829.         <div class="qButtons container">
  3830.  
  3831.  
  3832.  
  3833.             <input type="submit" onclick="return submit_this('ARByClEVyYCKCHAOCDBPEvAgAUDWDSEQDfATCUCmAcBdCKCFCREcCcEhEaBmAyCBEKDlDWBKDiBhDtEmByDCCuBIEuBKEIBgCmAxyYCoErEaDNBoArEmDeDNDnEqCeDvALAwByAWBdBXCBAtEgCXCuEgCYCqCMBhEXBrCIDAuUBCAgAgETAgAUEvAyAbAvEQDWEkAeAl',true,'');" class="sButton" value="Submit New Answers To Question 4" name="Submit3" id="sub3">
  3834.  
  3835.  
  3836.  
  3837.             <input type="submit" onclick="return submit_this('EPEeBnCAAjEVAHBTCBBFBLDNCYEEAfEgDfEOAwDtCYALEOzUArDBAWBlCSApAtDdDPBWAyDnwWDDAmBIAGBGCRBSDcAhEnEaDwCABKEoEsAiBoCSBHBDCtDjEWEHAyEVEPEuBqEoDjBeBpDPCOBdDoAJDKEKAJDGBrEuCeAOBlANAgDIChCsEOCoEJEJAaDAEs',true,'')" class="sButton" value="Save Work" name="Save3">
  3838.  
  3839.  
  3840.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=AGCnBDDKAsyYBwBNCeEjAuALATAtArEAClEbChAQAQAKDoEnBgBRCWAJBaAnCFDfAnELClCJCSELEoDNCxBOBVAnDNALBnCNApElAMBaCQESDkAqAqEwzUBLBaDkATEDBRAdEECiDCBfAbAJAYAJEnEuCOCpCOEkEUBeEnELCFCPAqAEEqAaCXBqCgDxCVACBIBwDUEgDRDSEJAIAbAJDjDMBwEuAwAIASBPBGBkBLDIDwBn&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice3','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice3" id="Practice3">
  3841.  
  3842.         </div>
  3843.  
  3844.  
  3845.  
  3846.         </div>
  3847.     </div>
  3848.     <div class="qButtons container"></div>
  3849. </div>
  3850.  
  3851.  
  3852.  
  3853. <br>
  3854.  
  3855.  
  3856.  
  3857.  
  3858.  
  3859.  
  3860.  
  3861.  
  3862. <div class="waQBox container" id="question5">
  3863.     <div class="top container">
  3864.         <div class="left"></div>
  3865.         <div class="right"></div>
  3866.         <div class="border"></div>
  3867.         <div class="title">
  3868.             <span class="qNum">5.</span>
  3869.  
  3870.  
  3871.  
  3872.  
  3873.  
  3874.  
  3875.  
  3876.            
  3877.  
  3878.         <span width="100%" class="leftBarTitle">
  3879.  
  3880.             <span style="margin-right: 15px;" class="pageLeft">
  3881.                 <a href="javascript:doDetail('4')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_4">
  3882.                     <strong>
  3883.  
  3884.                         &ndash;/5 points
  3885.                     </strong>
  3886.                 </a>
  3887.             </span>
  3888.             <span class="dashBoardItem">
  3889.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=4&amp;struct=EoBOExApAXDQBtAGDjCbBdDfDBEuAIAkBSEWBrCIAFDIEeBdENAnBSCXEVEHCiEXEoCaDSDoEVAdATAtDqCVCsDTyYAAEgCLBECADRADAkBwBDCuCfCpBCERAQAtEsEwByDGCLCeDxADElAyBUAXBOABErBUESyYBXDwAGDKDvBoDAERAkEBDBCLCNAxBABCDFCmAxCCDbEj&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_4','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_4">
  3890.                     <strong>Notes</strong>
  3891.                 </a>
  3892.             </span>
  3893.  
  3894.  
  3895.         </span>
  3896.  
  3897.  
  3898.         <span class="qTitleRight">
  3899.             <span class="dashBoardItem">
  3900.                 Question: EbGam9 4.PP.034.
  3901.             </span>
  3902.             <span>
  3903.                
  3904.             </span>
  3905.         </span>
  3906.  
  3907.  
  3908.  
  3909.         </div>
  3910.     </div>
  3911.     <div class="bottom">
  3912.         <div class="left"></div>
  3913.         <div class="right"></div>
  3914.         <div class="border"></div>
  3915.     </div>
  3916.     <div class="preContent container">
  3917.        
  3918.  
  3919.     <div class="qdetails container" id="detail_4">
  3920.        
  3921.        
  3922.    
  3923.         <div class="container questionPartNumberRow">
  3924.             <div class="pageLeft">
  3925.                 <div style="border-top: 0px none;" class="label">
  3926.                     Question part
  3927.                 </div>
  3928.      
  3929.                 <div style="border-top: 0px none;" class="label">
  3930.                     Points
  3931.                 </div>
  3932.  
  3933.                 <div style="border-top: 0px none;" class="label">
  3934.                     Submissions
  3935.                 </div>
  3936.             </div>
  3937.             <div class="pageLeft scrollable questionNumbers">
  3938.                 <table>
  3939.                     <tbody><tr>
  3940.      
  3941.                         <th align="center" class="partNumber">
  3942.                             1
  3943.                         </th>
  3944.                         <th align="center" class="partNumber">
  3945.                             2
  3946.                         </th>
  3947.                         <th align="center" class="partNumber">
  3948.                             3
  3949.                         </th>
  3950.                         <th align="center" class="partNumber">
  3951.                             4
  3952.                         </th>
  3953.  
  3954.                     </tr>
  3955.      
  3956.                     <tr>
  3957.      
  3958.  
  3959.                         <td align="center" class="partPoints">
  3960.                        
  3961.  
  3962.  
  3963.  
  3964.  
  3965.                                 0/1.25
  3966.                  
  3967.  
  3968.                         </td>
  3969.  
  3970.                         <td align="center" class="partPoints">
  3971.                        
  3972.  
  3973.  
  3974.  
  3975.  
  3976.                                 0/1.25
  3977.                  
  3978.  
  3979.                         </td>
  3980.  
  3981.                         <td align="center" class="partPoints">
  3982.                        
  3983.  
  3984.  
  3985.  
  3986.  
  3987.                                 0/1.25
  3988.                  
  3989.  
  3990.                         </td>
  3991.  
  3992.                         <td align="center" class="partPoints">
  3993.                        
  3994.  
  3995.  
  3996.  
  3997.  
  3998.                                 0/1.25
  3999.                  
  4000.  
  4001.                         </td>
  4002.                     </tr>
  4003.  
  4004.                     <tr>
  4005.                         <td align="center" class="partPoints">
  4006.                             0/10
  4007.                         </td>
  4008.                         <td align="center" class="partPoints">
  4009.                             0/10
  4010.                         </td>
  4011.                         <td align="center" class="partPoints">
  4012.                             0/10
  4013.                         </td>
  4014.                         <td align="center" class="partPoints">
  4015.                             0/10
  4016.                         </td>
  4017.                     </tr>
  4018.  
  4019.                 </tbody></table>
  4020.             </div>
  4021.  
  4022.             <div class="pageLeft">
  4023.                 <div style="border-top: 0px none;" class="label">
  4024.                     <strong>Total</strong>
  4025.                 </div>
  4026.                 <div style="border-top: 0px none;" class="label">
  4027.                     <strong>
  4028.                         0/5
  4029.                     </strong>
  4030.                 </div>
  4031.                 <div style="border-top: 0px none;" class="label">
  4032.                     &nbsp;
  4033.                 </div>
  4034.             </div>
  4035.  
  4036.         </div>
  4037.     </div>
  4038.  
  4039.  
  4040.     </div>
  4041.     <div class="standard qContent container">
  4042.         <div class="studentQuestionBox studentQuestionContent">
  4043.            
  4044. <a name="Q5"></a>
  4045.  
  4046.     Write net ionic equations for the following molecular equations. HBr is a strong electrolyte. (Include states-of-matter under SATP conditions in your answer.
  4047.  Use the lowest possible coefficients.)
  4048. <div class="indent">
  4049.     (a) HBr(<i>aq</i>) + NH<sub>3</sub>(<i>aq</i>) <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span> NH<sub>4</sub>Br(<i>aq</i>)<br>
  4050.    
  4051.  
  4052.  
  4053.  
  4054.  
  4055.  
  4056.  
  4057.  
  4058.  
  4059.                         <!-- chemPad markup -->
  4060.                         <div class="chemPad container" id="chemPadRB_1180106_4_0_1183923">
  4061.                             <div class="top"><div><div></div></div></div>          
  4062.                             <div class="contentWrap container">
  4063.                                 <div class="titleBar container">
  4064.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  4065.                                 </div>
  4066.                                 <div class="content container">
  4067.                                     <div class="toolBar container">
  4068.                                         <ul class="tablet pad container" id="greekLowerWrap">
  4069.                                             <li class="sub subButton padButton"></li>
  4070.                                             <li class="sup supButton padButton"></li>
  4071.                                             <li class="forwardReaction forwardButton padButton"></li>
  4072.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  4073.                                             <li class="reverseReaction reverseButton padButton"></li>
  4074.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  4075.                                         </ul>
  4076.                                        
  4077.                                         <ul class="tablet greek pad container">
  4078.                                             <li class="expandButton">
  4079.                                                 <ul class="small container">
  4080.                                                     <li>
  4081.                                                         <ul class="c4 container">
  4082.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  4083.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  4084.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  4085.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  4086.                                                         </ul>
  4087.                                                     </li>
  4088.                                                     <li>
  4089.                                                         <ul class="c18 container">
  4090.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  4091.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  4092.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  4093.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  4094.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  4095.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  4096.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  4097.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  4098.                                                             <li class="muLower sMuLowerCase padButton"></li>
  4099.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  4100.                                                             <li class="piLower sPiLowerCase padButton"></li>
  4101.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  4102.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  4103.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  4104.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  4105.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  4106.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  4107.                                                         </ul>
  4108.                                                     </li>
  4109.                                                 </ul>
  4110.                                             </li>
  4111.                                         </ul>
  4112.                                     </div>
  4113.                                
  4114.                                     <!-- console -->
  4115.                                     <div class="console">
  4116.                                         <div class="chemPreviewWrap container">
  4117.                                             <span class="chemPreview">&nbsp;</span>
  4118.                                         </div>
  4119.                                         <input type="text" value="" id="RB_1180106_4_0_1183923" name="RB_1180106_4_0_1183923" class="chemInput">
  4120.                                     </div>
  4121.                                     <!-- -->
  4122.                                
  4123.                                 </div>
  4124.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  4125.                                     <p class="left">&nbsp;</p>
  4126.                                 </div>
  4127.                             </div>
  4128.                             <div class="bottom"><div><div></div></div></div>  
  4129.                         </div>
  4130.                         <!-- end of chemPad markup -->
  4131.  
  4132. <br>
  4133. <br>
  4134.     (b) 2 HBr(<i>aq</i>) + Ba(OH)<sub>2</sub>(<i>aq</i>) <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span> 2 H<sub>2</sub>O(<i>l</i>) + BaBr<sub>2</sub>(<i>aq</i>) <br>
  4135.  
  4136.    
  4137.  
  4138.  
  4139.  
  4140.  
  4141.  
  4142.  
  4143.  
  4144.  
  4145.                         <!-- chemPad markup -->
  4146.                         <div class="chemPad container" id="chemPadRB_1180106_4_1_1183923">
  4147.                             <div class="top"><div><div></div></div></div>          
  4148.                             <div class="contentWrap container">
  4149.                                 <div class="titleBar container">
  4150.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  4151.                                 </div>
  4152.                                 <div class="content container">
  4153.                                     <div class="toolBar container">
  4154.                                         <ul class="tablet pad container" id="greekLowerWrap">
  4155.                                             <li class="sub subButton padButton"></li>
  4156.                                             <li class="sup supButton padButton"></li>
  4157.                                             <li class="forwardReaction forwardButton padButton"></li>
  4158.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  4159.                                             <li class="reverseReaction reverseButton padButton"></li>
  4160.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  4161.                                         </ul>
  4162.                                        
  4163.                                         <ul class="tablet greek pad container">
  4164.                                             <li class="expandButton">
  4165.                                                 <ul class="small container">
  4166.                                                     <li>
  4167.                                                         <ul class="c4 container">
  4168.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  4169.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  4170.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  4171.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  4172.                                                         </ul>
  4173.                                                     </li>
  4174.                                                     <li>
  4175.                                                         <ul class="c18 container">
  4176.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  4177.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  4178.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  4179.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  4180.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  4181.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  4182.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  4183.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  4184.                                                             <li class="muLower sMuLowerCase padButton"></li>
  4185.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  4186.                                                             <li class="piLower sPiLowerCase padButton"></li>
  4187.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  4188.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  4189.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  4190.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  4191.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  4192.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  4193.                                                         </ul>
  4194.                                                     </li>
  4195.                                                 </ul>
  4196.                                             </li>
  4197.                                         </ul>
  4198.                                     </div>
  4199.                                
  4200.                                     <!-- console -->
  4201.                                     <div class="console">
  4202.                                         <div class="chemPreviewWrap container">
  4203.                                             <span class="chemPreview">&nbsp;</span>
  4204.                                         </div>
  4205.                                         <input type="text" value="" id="RB_1180106_4_1_1183923" name="RB_1180106_4_1_1183923" class="chemInput">
  4206.                                     </div>
  4207.                                     <!-- -->
  4208.                                
  4209.                                 </div>
  4210.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  4211.                                     <p class="left">&nbsp;</p>
  4212.                                 </div>
  4213.                             </div>
  4214.                             <div class="bottom"><div><div></div></div></div>  
  4215.                         </div>
  4216.                         <!-- end of chemPad markup -->
  4217.  
  4218. <br>
  4219. <br>
  4220.     (c) Pb(NO<sub>3</sub>)<sub>2</sub>(<i>aq</i>) + 2 NaBr(<i>aq</i>) <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span> PbBr<sub>2</sub>(<i>s</i>) + 2 NaNO<sub>3</sub>(<i>aq</i>)
  4221. <br>
  4222.    
  4223.  
  4224.  
  4225.  
  4226.  
  4227.  
  4228.  
  4229.  
  4230.  
  4231.                         <!-- chemPad markup -->
  4232.                         <div class="chemPad container" id="chemPadRB_1180106_4_2_1183923">
  4233.                             <div class="top"><div><div></div></div></div>          
  4234.                             <div class="contentWrap container">
  4235.                                 <div class="titleBar container">
  4236.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  4237.                                 </div>
  4238.                                 <div class="content container">
  4239.                                     <div class="toolBar container">
  4240.                                         <ul class="tablet pad container" id="greekLowerWrap">
  4241.                                             <li class="sub subButton padButton"></li>
  4242.                                             <li class="sup supButton padButton"></li>
  4243.                                             <li class="forwardReaction forwardButton padButton"></li>
  4244.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  4245.                                             <li class="reverseReaction reverseButton padButton"></li>
  4246.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  4247.                                         </ul>
  4248.                                        
  4249.                                         <ul class="tablet greek pad container">
  4250.                                             <li class="expandButton">
  4251.                                                 <ul class="small container">
  4252.                                                     <li>
  4253.                                                         <ul class="c4 container">
  4254.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  4255.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  4256.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  4257.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  4258.                                                         </ul>
  4259.                                                     </li>
  4260.                                                     <li>
  4261.                                                         <ul class="c18 container">
  4262.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  4263.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  4264.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  4265.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  4266.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  4267.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  4268.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  4269.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  4270.                                                             <li class="muLower sMuLowerCase padButton"></li>
  4271.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  4272.                                                             <li class="piLower sPiLowerCase padButton"></li>
  4273.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  4274.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  4275.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  4276.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  4277.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  4278.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  4279.                                                         </ul>
  4280.                                                     </li>
  4281.                                                 </ul>
  4282.                                             </li>
  4283.                                         </ul>
  4284.                                     </div>
  4285.                                
  4286.                                     <!-- console -->
  4287.                                     <div class="console">
  4288.                                         <div class="chemPreviewWrap container">
  4289.                                             <span class="chemPreview">&nbsp;</span>
  4290.                                         </div>
  4291.                                         <input type="text" value="" id="RB_1180106_4_2_1183923" name="RB_1180106_4_2_1183923" class="chemInput">
  4292.                                     </div>
  4293.                                     <!-- -->
  4294.                                
  4295.                                 </div>
  4296.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  4297.                                     <p class="left">&nbsp;</p>
  4298.                                 </div>
  4299.                             </div>
  4300.                             <div class="bottom"><div><div></div></div></div>  
  4301.                         </div>
  4302.                         <!-- end of chemPad markup -->
  4303.  
  4304. <br>
  4305. <br>
  4306.     (d) MgCO<sub>3</sub>(<i>s</i>) + H<sub>2</sub>SO<sub>4</sub>(<i>aq</i>) <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span> MgSO<sub>4</sub>(<i>aq</i>) + H<sub>2</sub>O(<i>l</i>) + CO<sub>2</sub>(<i>g</i>) <br>
  4307.    
  4308.  
  4309.  
  4310.  
  4311.  
  4312.  
  4313.  
  4314.  
  4315.  
  4316.                         <!-- chemPad markup -->
  4317.                         <div class="chemPad container" id="chemPadRB_1180106_4_3_1183923">
  4318.                             <div class="top"><div><div></div></div></div>          
  4319.                             <div class="contentWrap container">
  4320.                                 <div class="titleBar container">
  4321.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  4322.                                 </div>
  4323.                                 <div class="content container">
  4324.                                     <div class="toolBar container">
  4325.                                         <ul class="tablet pad container" id="greekLowerWrap">
  4326.                                             <li class="sub subButton padButton"></li>
  4327.                                             <li class="sup supButton padButton"></li>
  4328.                                             <li class="forwardReaction forwardButton padButton"></li>
  4329.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  4330.                                             <li class="reverseReaction reverseButton padButton"></li>
  4331.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  4332.                                         </ul>
  4333.                                        
  4334.                                         <ul class="tablet greek pad container">
  4335.                                             <li class="expandButton">
  4336.                                                 <ul class="small container">
  4337.                                                     <li>
  4338.                                                         <ul class="c4 container">
  4339.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  4340.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  4341.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  4342.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  4343.                                                         </ul>
  4344.                                                     </li>
  4345.                                                     <li>
  4346.                                                         <ul class="c18 container">
  4347.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  4348.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  4349.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  4350.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  4351.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  4352.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  4353.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  4354.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  4355.                                                             <li class="muLower sMuLowerCase padButton"></li>
  4356.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  4357.                                                             <li class="piLower sPiLowerCase padButton"></li>
  4358.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  4359.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  4360.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  4361.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  4362.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  4363.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  4364.                                                         </ul>
  4365.                                                     </li>
  4366.                                                 </ul>
  4367.                                             </li>
  4368.                                         </ul>
  4369.                                     </div>
  4370.                                
  4371.                                     <!-- console -->
  4372.                                     <div class="console">
  4373.                                         <div class="chemPreviewWrap container">
  4374.                                             <span class="chemPreview">&nbsp;</span>
  4375.                                         </div>
  4376.                                         <input type="text" value="" id="RB_1180106_4_3_1183923" name="RB_1180106_4_3_1183923" class="chemInput">
  4377.                                     </div>
  4378.                                     <!-- -->
  4379.                                
  4380.                                 </div>
  4381.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  4382.                                     <p class="left">&nbsp;</p>
  4383.                                 </div>
  4384.                             </div>
  4385.                             <div class="bottom"><div><div></div></div></div>  
  4386.                         </div>
  4387.                         <!-- end of chemPad markup -->
  4388.  
  4389.  
  4390. </div><br><div class="extraContent">
  4391.    
  4392. <p style="padding-left: 4px; padding-top: 12px;">
  4393. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  4394. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=130','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  4395. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/2844.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  4396. </p><p>
  4397.  
  4398. </p></div>
  4399.  
  4400.  
  4401.  
  4402.  
  4403.         <div class="qButtons container">
  4404.  
  4405.  
  4406.  
  4407.             <input type="submit" onclick="return submit_this('AdDTABDfDQBsCJEXDmBjDGDhESEjCiCMChDOCiDEBfDBBOAlEXEdEeEIBhCIBeDpBsAAAgDuAHENDXAxCdBICrBGBCDSCXBYCPEeAeBVBnBBDFBDDnBkAaETDHAtEQBEBYBgEyDJBmCkCgCfEhDqEJDrBhzUBMDyCpDFDtEYAoAeBVEjCXDhCdDuBYDGAHDYAkDNAsDWCl',true,'');" class="sButton" value="Submit New Answers To Question 5" name="Submit4" id="sub4">
  4408.  
  4409.  
  4410.  
  4411.             <input type="submit" onclick="return submit_this('DWBhDcCbACBOECDhEPEQCXDnCnEcCaCFDMEVEhEhAGEBAVEBEyEFBdASCvAWCmDiAEBtCGDSAYEMAeDSEFChCjAmBwDFDWCLBJCNEGBKEbCPDXCyCYBiDaAJCHEjDODwCmAFBTEoAeEYDrCQAdCnDpBbAXAvBJzZEGBTAdBNBvAyCNAWArDfCMByELCPCcBjCqEc',true,'')" class="sButton" value="Save Work" name="Save4">
  4412.  
  4413.         </div>
  4414.  
  4415.  
  4416.  
  4417.         </div>
  4418.     </div>
  4419.     <div class="qButtons container"></div>
  4420. </div>
  4421.  
  4422.  
  4423.  
  4424. <br>
  4425.  
  4426.  
  4427.  
  4428.  
  4429.  
  4430.  
  4431.  
  4432.  
  4433. <div class="waQBox container" id="question6">
  4434.     <div class="top container">
  4435.         <div class="left"></div>
  4436.         <div class="right"></div>
  4437.         <div class="border"></div>
  4438.         <div class="title">
  4439.             <span class="qNum">6.</span>
  4440.  
  4441.  
  4442.  
  4443.  
  4444.  
  4445.  
  4446.  
  4447.            
  4448.  
  4449.         <span width="100%" class="leftBarTitle">
  4450.  
  4451.             <span style="margin-right: 15px;" class="pageLeft">
  4452.                 <a href="javascript:doDetail('5')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_5">
  4453.                     <strong>
  4454.  
  4455.                         5/5 points
  4456.                     </strong>
  4457.                 </a>
  4458.             </span>
  4459.             <span class="dashBoardItem">
  4460.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=ErDQDUwWAQARDQAaAmByAIDUBdBXDADIAMBYEEBsBnEoAEEQBeCHBeAsCCDJEUCpDPAaAWBtCWAcCxEwCyAPCtANChDCBHCgBNCVBPBgEHDxAjBYAgBVDNBfEJEFAsCCEpBQAcEiDlAGERBbDyDVCrCrEWBezZCWCRDoEGChCQCsDiCgzUAsBvBDEvDxEmErCxCDCCBrBLCt&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_5','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  4461.             </span>
  4462.             <span class="dashBoardItem">
  4463.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=5&amp;struct=BtBsABDxDPArCvBYAxElCwCfEYAnCtCECADrEeCnDfEBEsEVAkEVCCEVBGBgErBLDdCBArEdALDHBlEICPExEqAlDxDlAABNCbEhAlDlCaBRCJDYCCAnAhBrAtEHDuALBbEnCuDTBpEVDWBXCMAMDMDbDIEJyYChAJDjBYCRBnDoAkBGCkCODTCYCyAwEDAKCPAlBoBgDFBE&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_5','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_5">
  4464.                     <strong>Notes</strong>
  4465.                 </a>
  4466.             </span>
  4467.  
  4468.  
  4469.         </span>
  4470.  
  4471.  
  4472.         <span class="qTitleRight">
  4473.             <span class="dashBoardItem">
  4474.                 Question: EbGam9 4.PP.036.
  4475.             </span>
  4476.             <span>
  4477.                
  4478.             </span>
  4479.         </span>
  4480.  
  4481.  
  4482.  
  4483.         </div>
  4484.     </div>
  4485.     <div class="bottom">
  4486.         <div class="left"></div>
  4487.         <div class="right"></div>
  4488.         <div class="border"></div>
  4489.     </div>
  4490.     <div class="preContent container">
  4491.        
  4492.  
  4493.     <div class="qdetails container" id="detail_5">
  4494.        
  4495.        
  4496.    
  4497.         <div class="container questionPartNumberRow">
  4498.             <div class="pageLeft">
  4499.                 <div style="border-top: 0px none;" class="label">
  4500.                     Question part
  4501.                 </div>
  4502.      
  4503.                 <div style="border-top: 0px none;" class="label">
  4504.                     Points
  4505.                 </div>
  4506.  
  4507.                 <div style="border-top: 0px none;" class="label">
  4508.                     Submissions
  4509.                 </div>
  4510.             </div>
  4511.             <div class="pageLeft scrollable questionNumbers">
  4512.                 <table>
  4513.                     <tbody><tr>
  4514.      
  4515.                         <th align="center" class="partNumber">
  4516.                             1
  4517.                         </th>
  4518.                         <th align="center" class="partNumber">
  4519.                             2
  4520.                         </th>
  4521.  
  4522.                     </tr>
  4523.      
  4524.                     <tr>
  4525.      
  4526.  
  4527.                         <td align="center" class="partPoints">
  4528.                        
  4529.  
  4530.  
  4531.  
  4532.  
  4533.                                 2.50
  4534.                  
  4535.  
  4536.                         </td>
  4537.  
  4538.                         <td align="center" class="partPoints">
  4539.                        
  4540.  
  4541.  
  4542.  
  4543.  
  4544.                                 2.5
  4545.                  
  4546.  
  4547.                         </td>
  4548.                     </tr>
  4549.  
  4550.                     <tr>
  4551.                         <td align="center" class="partPoints">
  4552.                             1/10
  4553.                         </td>
  4554.                         <td align="center" class="partPoints">
  4555.                             2/10
  4556.                         </td>
  4557.                     </tr>
  4558.  
  4559.                 </tbody></table>
  4560.             </div>
  4561.  
  4562.             <div class="pageLeft">
  4563.                 <div style="border-top: 0px none;" class="label">
  4564.                     <strong>Total</strong>
  4565.                 </div>
  4566.                 <div style="border-top: 0px none;" class="label">
  4567.                     <strong>
  4568.                         5/5
  4569.                     </strong>
  4570.                 </div>
  4571.                 <div style="border-top: 0px none;" class="label">
  4572.                     &nbsp;
  4573.                 </div>
  4574.             </div>
  4575.  
  4576.         </div>
  4577.     </div>
  4578.  
  4579.  
  4580.     </div>
  4581.     <div class="standard qContent container">
  4582.         <div class="studentQuestionBox studentQuestionContent">
  4583.            
  4584. <a name="Q6"></a>
  4585.  
  4586.     Potassium carbonate solution reacts with aqueous hydrobromic acid to give a solution of potassium bromide, carbon dioxide gas, and water. Write the molecular equation and the net ionic equation for the reaction. (Include states-of-matter under SATP conditions in your answer.
  4587.  Use the lowest possible coefficients.)
  4588. <div class="indent">
  4589.     molecular equation <br>
  4590.    
  4591.  
  4592.  
  4593.  
  4594.  
  4595.  
  4596.  
  4597.  
  4598.  
  4599.                         <!-- chemPad markup -->
  4600.                         <div class="chemPad container" id="chemPadRB_1180035_5_0_1183852" style="width: 486px;">
  4601.                             <div class="top"><div><div></div></div></div>          
  4602.                             <div class="contentWrap container">
  4603.                                 <div class="titleBar container">
  4604.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  4605.                                 </div>
  4606.                                 <div class="content container">
  4607.                                     <div class="toolBar container">
  4608.                                         <ul class="tablet pad container" id="greekLowerWrap">
  4609.                                             <li class="sub subButton padButton"></li>
  4610.                                             <li class="sup supButton padButton"></li>
  4611.                                             <li class="forwardReaction forwardButton padButton"></li>
  4612.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  4613.                                             <li class="reverseReaction reverseButton padButton"></li>
  4614.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  4615.                                         </ul>
  4616.                                        
  4617.                                         <ul class="tablet greek pad container">
  4618.                                             <li class="expandButton">
  4619.                                                 <ul class="small container">
  4620.                                                     <li>
  4621.                                                         <ul class="c4 container">
  4622.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  4623.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  4624.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  4625.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  4626.                                                         </ul>
  4627.                                                     </li>
  4628.                                                     <li>
  4629.                                                         <ul class="c18 container">
  4630.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  4631.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  4632.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  4633.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  4634.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  4635.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  4636.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  4637.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  4638.                                                             <li class="muLower sMuLowerCase padButton"></li>
  4639.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  4640.                                                             <li class="piLower sPiLowerCase padButton"></li>
  4641.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  4642.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  4643.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  4644.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  4645.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  4646.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  4647.                                                         </ul>
  4648.                                                     </li>
  4649.                                                 </ul>
  4650.                                             </li>
  4651.                                         </ul>
  4652.                                     </div>
  4653.                                
  4654.                                     <!-- console -->
  4655.                                     <div class="console">
  4656.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  4657.                                             <span class="chemPreview">K<sub>2</sub>CO<sub>3</sub>&nbsp;(<i>aq</i>)&nbsp;+&nbsp;2HBr&nbsp;(<i>aq</i>)&nbsp;&nbsp;<span style="font-size: 13px;">&#8594;</span>&nbsp;&nbsp;2KBr&nbsp;(<i>aq</i>)&nbsp;+&nbsp;CO<sub>2</sub>&nbsp;(<i>g</i>)&nbsp;+&nbsp;H<sub>2</sub>O&nbsp;(<i>l</i>)</span>
  4658.                                         </div>
  4659.                                         <input type="text" value="K_2CO_3 (aq) + 2HBr (aq) --&gt; 2KBr (aq) + CO_2 (g) + H_2O (l)" id="RB_1180035_5_0_1183852" name="RB_1180035_5_0_1183852" class="chemInput" style="width: 474px;">
  4660.                                     </div>
  4661.                                     <!-- -->
  4662.                                
  4663.                                 </div>
  4664.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  4665.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  4666.                                 </div>
  4667.                             </div>
  4668.                             <div class="bottom"><div><div></div></div></div>  
  4669.                         </div>
  4670.                         <!-- end of chemPad markup -->
  4671.  
  4672. <br>
  4673.     net ionic equation <br>
  4674.    
  4675.  
  4676.  
  4677.  
  4678.  
  4679.  
  4680.  
  4681.  
  4682.  
  4683.                         <!-- chemPad markup -->
  4684.                         <div class="chemPad container" id="chemPadRB_1180035_5_1_1183852" style="width: 399px;">
  4685.                             <div class="top"><div><div></div></div></div>          
  4686.                             <div class="contentWrap container">
  4687.                                 <div class="titleBar container">
  4688.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  4689.                                 </div>
  4690.                                 <div class="content container">
  4691.                                     <div class="toolBar container">
  4692.                                         <ul class="tablet pad container" id="greekLowerWrap">
  4693.                                             <li class="sub subButton padButton"></li>
  4694.                                             <li class="sup supButton padButton"></li>
  4695.                                             <li class="forwardReaction forwardButton padButton"></li>
  4696.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  4697.                                             <li class="reverseReaction reverseButton padButton"></li>
  4698.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  4699.                                         </ul>
  4700.                                        
  4701.                                         <ul class="tablet greek pad container">
  4702.                                             <li class="expandButton">
  4703.                                                 <ul class="small container">
  4704.                                                     <li>
  4705.                                                         <ul class="c4 container">
  4706.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  4707.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  4708.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  4709.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  4710.                                                         </ul>
  4711.                                                     </li>
  4712.                                                     <li>
  4713.                                                         <ul class="c18 container">
  4714.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  4715.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  4716.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  4717.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  4718.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  4719.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  4720.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  4721.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  4722.                                                             <li class="muLower sMuLowerCase padButton"></li>
  4723.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  4724.                                                             <li class="piLower sPiLowerCase padButton"></li>
  4725.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  4726.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  4727.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  4728.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  4729.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  4730.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  4731.                                                         </ul>
  4732.                                                     </li>
  4733.                                                 </ul>
  4734.                                             </li>
  4735.                                         </ul>
  4736.                                     </div>
  4737.                                
  4738.                                     <!-- console -->
  4739.                                     <div class="console">
  4740.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  4741.                                             <span class="chemPreview">CO<span class="ssc"><table style="font-size: 10px; text-align: left; border-collapse: collapse;"><tbody><tr><td style="padding: 0em 0.2em;">&nbsp;2-</td></tr><tr><td style="padding: 0pt;">3</td></tr></tbody></table></span>&nbsp;(<i>aq</i>)&nbsp;+&nbsp;2H<sup>+</sup>&nbsp;(<i>aq</i>)&nbsp;&nbsp;<span style="font-size: 13px;">&#8594;</span>&nbsp;&nbsp;CO<sub>2</sub>&nbsp;(<i>g</i>)&nbsp;+&nbsp;H<sub>2</sub>O&nbsp;(<i>l</i>)</span>
  4742.                                         </div>
  4743.                                         <input type="text" value="CO_3^-2 (aq) + 2H^+ (aq) --&gt; CO_2 (g) + H_2O (l)" id="RB_1180035_5_1_1183852" name="RB_1180035_5_1_1183852" class="chemInput" style="width: 387px;">
  4744.                                     </div>
  4745.                                     <!-- -->
  4746.                                
  4747.                                 </div>
  4748.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  4749.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  4750.                                 </div>
  4751.                             </div>
  4752.                             <div class="bottom"><div><div></div></div></div>  
  4753.                         </div>
  4754.                         <!-- end of chemPad markup -->
  4755.  
  4756.  
  4757. </div><br><div class="extraContent">
  4758.    
  4759. <p style="padding-left: 4px; padding-top: 12px;">
  4760. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  4761. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=130','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  4762. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/2845.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  4763. </p><p>
  4764.  
  4765. </p></div>
  4766.  
  4767.  
  4768.  
  4769.  
  4770.         <div class="qButtons container">
  4771.  
  4772.  
  4773.  
  4774.             <input type="submit" onclick="return submit_this('DcBeEUAQBoAlESApAJAmAEBlAcBQCGDCAqCWDdCxDvBPENDxDBAUBlAwBnElADDQBGEtApBoBOEbCACEDQCRDyCNDqBWEXDqEpAHADAmCTuUBKEcCaDOBOCGBxCHEEAHEqBgvVDcEYEmAtBEDIDlCnEsCMByDtDkDAArBKuUEQDmDwEsBVCFACBfDyAIEDDAChCICYCQAq',true,'');" class="sButton" value="Submit New Answers To Question 6" name="Submit5" id="sub5">
  4775.  
  4776.  
  4777.  
  4778.             <input type="submit" onclick="return submit_this('CjEFEKEECvDHBPBvyYEUCoEQEYAyDmDgCkEECwDTEsCJElCPDcDlDHBRCuBpCOBKuUCFBQELAKCCAxDxBuEtBeDKEpCxDYAKApEDEdDiAxELDQCdCTEkBiAyDABBDsAhuUATEtEYBaBGCKBWCCEjALDxBbzZBqCwBPAbCRDMEYErElAJCYCODnDJEiEoEPCHByBC',true,'')" class="sButton" value="Save Work" name="Save5">
  4779.  
  4780.         </div>
  4781.  
  4782.  
  4783.  
  4784.         </div>
  4785.     </div>
  4786.     <div class="qButtons container"></div>
  4787. </div>
  4788.  
  4789.  
  4790.  
  4791. <br>
  4792.  
  4793.  
  4794.  
  4795.  
  4796.  
  4797.  
  4798.  
  4799.  
  4800. <div class="waQBox container" id="question7">
  4801.     <div class="top container">
  4802.         <div class="left"></div>
  4803.         <div class="right"></div>
  4804.         <div class="border"></div>
  4805.         <div class="title">
  4806.             <span class="qNum">7.</span>
  4807.  
  4808.  
  4809.  
  4810.  
  4811.  
  4812.  
  4813.  
  4814.            
  4815.  
  4816.         <span width="100%" class="leftBarTitle">
  4817.  
  4818.             <span style="margin-right: 15px;" class="pageLeft">
  4819.                 <a href="javascript:doDetail('6')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_6">
  4820.                     <strong>
  4821.  
  4822.                         &ndash;/5 points
  4823.                     </strong>
  4824.                 </a>
  4825.             </span>
  4826.             <span class="dashBoardItem">
  4827.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=6&amp;struct=AGBIDhEJBsBPCpDlExClDhEoDvDjuUuUDdAFASBeARAQEsBEAiEMByDQCABWBmAKBJDcAvDUDqDQAxCdDJAnAkDrCDBSAnAAEtERAyAUEcDhEKBSDgDADDCdDTCiERAfDPELEfBFEUESBtDhEcDKEdCDAiEvAeAiADCBDEDLCpApAUzZEABECjBLApDwCFDxEjBBEjAIEkBR&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_6','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_6">
  4828.                     <strong>Notes</strong>
  4829.                 </a>
  4830.             </span>
  4831.  
  4832.  
  4833.         </span>
  4834.  
  4835.  
  4836.         <span class="qTitleRight">
  4837.             <span class="dashBoardItem">
  4838.                 Question: EbGam9 4.PP.038.
  4839.             </span>
  4840.             <span>
  4841.                
  4842.             </span>
  4843.         </span>
  4844.  
  4845.  
  4846.  
  4847.         </div>
  4848.     </div>
  4849.     <div class="bottom">
  4850.         <div class="left"></div>
  4851.         <div class="right"></div>
  4852.         <div class="border"></div>
  4853.     </div>
  4854.     <div class="preContent container">
  4855.        
  4856.  
  4857.     <div class="qdetails container" id="detail_6">
  4858.        
  4859.        
  4860.    
  4861.         <div class="container questionPartNumberRow">
  4862.             <div class="pageLeft">
  4863.                 <div style="border-top: 0px none;" class="label">
  4864.                     Question part
  4865.                 </div>
  4866.      
  4867.                 <div style="border-top: 0px none;" class="label">
  4868.                     Points
  4869.                 </div>
  4870.  
  4871.                 <div style="border-top: 0px none;" class="label">
  4872.                     Submissions
  4873.                 </div>
  4874.             </div>
  4875.             <div class="pageLeft scrollable questionNumbers">
  4876.                 <table>
  4877.                     <tbody><tr>
  4878.      
  4879.                         <th align="center" class="partNumber">
  4880.                             1
  4881.                         </th>
  4882.                         <th align="center" class="partNumber">
  4883.                             2
  4884.                         </th>
  4885.                         <th align="center" class="partNumber">
  4886.                             3
  4887.                         </th>
  4888.                         <th align="center" class="partNumber">
  4889.                             4
  4890.                         </th>
  4891.  
  4892.                     </tr>
  4893.      
  4894.                     <tr>
  4895.      
  4896.  
  4897.                         <td align="center" class="partPoints">
  4898.                        
  4899.  
  4900.  
  4901.  
  4902.  
  4903.                                 0/1.25
  4904.                  
  4905.  
  4906.                         </td>
  4907.  
  4908.                         <td align="center" class="partPoints">
  4909.                        
  4910.  
  4911.  
  4912.  
  4913.  
  4914.                                 0/1.25
  4915.                  
  4916.  
  4917.                         </td>
  4918.  
  4919.                         <td align="center" class="partPoints">
  4920.                        
  4921.  
  4922.  
  4923.  
  4924.  
  4925.                                 0/1.25
  4926.                  
  4927.  
  4928.                         </td>
  4929.  
  4930.                         <td align="center" class="partPoints">
  4931.                        
  4932.  
  4933.  
  4934.  
  4935.  
  4936.                                 0/1.25
  4937.                  
  4938.  
  4939.                         </td>
  4940.                     </tr>
  4941.  
  4942.                     <tr>
  4943.                         <td align="center" class="partPoints">
  4944.                             0/10
  4945.                         </td>
  4946.                         <td align="center" class="partPoints">
  4947.                             0/10
  4948.                         </td>
  4949.                         <td align="center" class="partPoints">
  4950.                             0/10
  4951.                         </td>
  4952.                         <td align="center" class="partPoints">
  4953.                             0/10
  4954.                         </td>
  4955.                     </tr>
  4956.  
  4957.                 </tbody></table>
  4958.             </div>
  4959.  
  4960.             <div class="pageLeft">
  4961.                 <div style="border-top: 0px none;" class="label">
  4962.                     <strong>Total</strong>
  4963.                 </div>
  4964.                 <div style="border-top: 0px none;" class="label">
  4965.                     <strong>
  4966.                         0/5
  4967.                     </strong>
  4968.                 </div>
  4969.                 <div style="border-top: 0px none;" class="label">
  4970.                     &nbsp;
  4971.                 </div>
  4972.             </div>
  4973.  
  4974.         </div>
  4975.     </div>
  4976.  
  4977.  
  4978.     </div>
  4979.     <div class="standard qContent container">
  4980.         <div class="studentQuestionBox studentQuestionContent">
  4981.            
  4982. <a name="Q7"></a>
  4983.  
  4984.    
  4985.  
  4986.  
  4987.  
  4988. Write the molecular equation and the net ionic equation for each of the following aqueous reactions. If no reaction occurs, write "NONE" in all the answer blanks. (Include states-of-matter under SATP conditions in your answer. Use the lowest possible coefficients.)
  4989. <div class="indent">
  4990.     (a) <r>AgNO<sub>3</sub> + NaI</r> <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span><br>
  4991.     molecular<br>
  4992.    
  4993.  
  4994.  
  4995.  
  4996.  
  4997.  
  4998.  
  4999.  
  5000.  
  5001.                         <!-- chemPad markup -->
  5002.                         <div class="chemPad container" id="chemPadRB_1180621_6_0_1184438">
  5003.                             <div class="top"><div><div></div></div></div>          
  5004.                             <div class="contentWrap container">
  5005.                                 <div class="titleBar container">
  5006.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  5007.                                 </div>
  5008.                                 <div class="content container">
  5009.                                     <div class="toolBar container">
  5010.                                         <ul class="tablet pad container" id="greekLowerWrap">
  5011.                                             <li class="sub subButton padButton"></li>
  5012.                                             <li class="sup supButton padButton"></li>
  5013.                                             <li class="forwardReaction forwardButton padButton"></li>
  5014.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  5015.                                             <li class="reverseReaction reverseButton padButton"></li>
  5016.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  5017.                                         </ul>
  5018.                                        
  5019.                                         <ul class="tablet greek pad container">
  5020.                                             <li class="expandButton">
  5021.                                                 <ul class="small container">
  5022.                                                     <li>
  5023.                                                         <ul class="c4 container">
  5024.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  5025.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  5026.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  5027.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  5028.                                                         </ul>
  5029.                                                     </li>
  5030.                                                     <li>
  5031.                                                         <ul class="c18 container">
  5032.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  5033.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  5034.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  5035.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  5036.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  5037.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  5038.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  5039.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  5040.                                                             <li class="muLower sMuLowerCase padButton"></li>
  5041.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  5042.                                                             <li class="piLower sPiLowerCase padButton"></li>
  5043.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  5044.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  5045.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  5046.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  5047.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  5048.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  5049.                                                         </ul>
  5050.                                                     </li>
  5051.                                                 </ul>
  5052.                                             </li>
  5053.                                         </ul>
  5054.                                     </div>
  5055.                                
  5056.                                     <!-- console -->
  5057.                                     <div class="console">
  5058.                                         <div class="chemPreviewWrap container">
  5059.                                             <span class="chemPreview">&nbsp;</span>
  5060.                                         </div>
  5061.                                         <input type="text" value="" id="RB_1180621_6_0_1184438" name="RB_1180621_6_0_1184438" class="chemInput">
  5062.                                     </div>
  5063.                                     <!-- -->
  5064.                                
  5065.                                 </div>
  5066.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  5067.                                     <p class="left">&nbsp;</p>
  5068.                                 </div>
  5069.                             </div>
  5070.                             <div class="bottom"><div><div></div></div></div>  
  5071.                         </div>
  5072.                         <!-- end of chemPad markup -->
  5073.  
  5074.  net ionic<br>
  5075.    
  5076.  
  5077.  
  5078.  
  5079.  
  5080.  
  5081.  
  5082.  
  5083.  
  5084.                         <!-- chemPad markup -->
  5085.                         <div class="chemPad container" id="chemPadRB_1180621_6_1_1184438">
  5086.                             <div class="top"><div><div></div></div></div>          
  5087.                             <div class="contentWrap container">
  5088.                                 <div class="titleBar container">
  5089.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  5090.                                 </div>
  5091.                                 <div class="content container">
  5092.                                     <div class="toolBar container">
  5093.                                         <ul class="tablet pad container" id="greekLowerWrap">
  5094.                                             <li class="sub subButton padButton"></li>
  5095.                                             <li class="sup supButton padButton"></li>
  5096.                                             <li class="forwardReaction forwardButton padButton"></li>
  5097.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  5098.                                             <li class="reverseReaction reverseButton padButton"></li>
  5099.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  5100.                                         </ul>
  5101.                                        
  5102.                                         <ul class="tablet greek pad container">
  5103.                                             <li class="expandButton">
  5104.                                                 <ul class="small container">
  5105.                                                     <li>
  5106.                                                         <ul class="c4 container">
  5107.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  5108.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  5109.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  5110.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  5111.                                                         </ul>
  5112.                                                     </li>
  5113.                                                     <li>
  5114.                                                         <ul class="c18 container">
  5115.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  5116.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  5117.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  5118.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  5119.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  5120.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  5121.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  5122.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  5123.                                                             <li class="muLower sMuLowerCase padButton"></li>
  5124.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  5125.                                                             <li class="piLower sPiLowerCase padButton"></li>
  5126.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  5127.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  5128.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  5129.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  5130.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  5131.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  5132.                                                         </ul>
  5133.                                                     </li>
  5134.                                                 </ul>
  5135.                                             </li>
  5136.                                         </ul>
  5137.                                     </div>
  5138.                                
  5139.                                     <!-- console -->
  5140.                                     <div class="console">
  5141.                                         <div class="chemPreviewWrap container">
  5142.                                             <span class="chemPreview">&nbsp;</span>
  5143.                                         </div>
  5144.                                         <input type="text" value="" id="RB_1180621_6_1_1184438" name="RB_1180621_6_1_1184438" class="chemInput">
  5145.                                     </div>
  5146.                                     <!-- -->
  5147.                                
  5148.                                 </div>
  5149.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  5150.                                     <p class="left">&nbsp;</p>
  5151.                                 </div>
  5152.                             </div>
  5153.                             <div class="bottom"><div><div></div></div></div>  
  5154.                         </div>
  5155.                         <!-- end of chemPad markup -->
  5156.  
  5157. <br>
  5158.     (b) <r>CaCl<sub>2</sub> + Al(NO<sub>3</sub>)<sub>3</sub></r> <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span><br>
  5159.     molecular<br>
  5160.    
  5161.  
  5162.  
  5163.  
  5164.  
  5165.  
  5166.  
  5167.  
  5168.  
  5169.                         <!-- chemPad markup -->
  5170.                         <div class="chemPad container" id="chemPadRB_1180621_6_2_1184438">
  5171.                             <div class="top"><div><div></div></div></div>          
  5172.                             <div class="contentWrap container">
  5173.                                 <div class="titleBar container">
  5174.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  5175.                                 </div>
  5176.                                 <div class="content container">
  5177.                                     <div class="toolBar container">
  5178.                                         <ul class="tablet pad container" id="greekLowerWrap">
  5179.                                             <li class="sub subButton padButton"></li>
  5180.                                             <li class="sup supButton padButton"></li>
  5181.                                             <li class="forwardReaction forwardButton padButton"></li>
  5182.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  5183.                                             <li class="reverseReaction reverseButton padButton"></li>
  5184.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  5185.                                         </ul>
  5186.                                        
  5187.                                         <ul class="tablet greek pad container">
  5188.                                             <li class="expandButton">
  5189.                                                 <ul class="small container">
  5190.                                                     <li>
  5191.                                                         <ul class="c4 container">
  5192.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  5193.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  5194.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  5195.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  5196.                                                         </ul>
  5197.                                                     </li>
  5198.                                                     <li>
  5199.                                                         <ul class="c18 container">
  5200.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  5201.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  5202.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  5203.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  5204.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  5205.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  5206.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  5207.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  5208.                                                             <li class="muLower sMuLowerCase padButton"></li>
  5209.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  5210.                                                             <li class="piLower sPiLowerCase padButton"></li>
  5211.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  5212.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  5213.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  5214.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  5215.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  5216.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  5217.                                                         </ul>
  5218.                                                     </li>
  5219.                                                 </ul>
  5220.                                             </li>
  5221.                                         </ul>
  5222.                                     </div>
  5223.                                
  5224.                                     <!-- console -->
  5225.                                     <div class="console">
  5226.                                         <div class="chemPreviewWrap container">
  5227.                                             <span class="chemPreview">&nbsp;</span>
  5228.                                         </div>
  5229.                                         <input type="text" value="" id="RB_1180621_6_2_1184438" name="RB_1180621_6_2_1184438" class="chemInput">
  5230.                                     </div>
  5231.                                     <!-- -->
  5232.                                
  5233.                                 </div>
  5234.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  5235.                                     <p class="left">&nbsp;</p>
  5236.                                 </div>
  5237.                             </div>
  5238.                             <div class="bottom"><div><div></div></div></div>  
  5239.                         </div>
  5240.                         <!-- end of chemPad markup -->
  5241.  
  5242.  net ionic<br>
  5243.    
  5244.  
  5245.  
  5246.  
  5247.  
  5248.  
  5249.  
  5250.  
  5251.  
  5252.                         <!-- chemPad markup -->
  5253.                         <div class="chemPad container" id="chemPadRB_1180621_6_3_1184438">
  5254.                             <div class="top"><div><div></div></div></div>          
  5255.                             <div class="contentWrap container">
  5256.                                 <div class="titleBar container">
  5257.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  5258.                                 </div>
  5259.                                 <div class="content container">
  5260.                                     <div class="toolBar container">
  5261.                                         <ul class="tablet pad container" id="greekLowerWrap">
  5262.                                             <li class="sub subButton padButton"></li>
  5263.                                             <li class="sup supButton padButton"></li>
  5264.                                             <li class="forwardReaction forwardButton padButton"></li>
  5265.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  5266.                                             <li class="reverseReaction reverseButton padButton"></li>
  5267.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  5268.                                         </ul>
  5269.                                        
  5270.                                         <ul class="tablet greek pad container">
  5271.                                             <li class="expandButton">
  5272.                                                 <ul class="small container">
  5273.                                                     <li>
  5274.                                                         <ul class="c4 container">
  5275.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  5276.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  5277.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  5278.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  5279.                                                         </ul>
  5280.                                                     </li>
  5281.                                                     <li>
  5282.                                                         <ul class="c18 container">
  5283.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  5284.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  5285.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  5286.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  5287.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  5288.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  5289.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  5290.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  5291.                                                             <li class="muLower sMuLowerCase padButton"></li>
  5292.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  5293.                                                             <li class="piLower sPiLowerCase padButton"></li>
  5294.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  5295.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  5296.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  5297.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  5298.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  5299.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  5300.                                                         </ul>
  5301.                                                     </li>
  5302.                                                 </ul>
  5303.                                             </li>
  5304.                                         </ul>
  5305.                                     </div>
  5306.                                
  5307.                                     <!-- console -->
  5308.                                     <div class="console">
  5309.                                         <div class="chemPreviewWrap container">
  5310.                                             <span class="chemPreview">&nbsp;</span>
  5311.                                         </div>
  5312.                                         <input type="text" value="" id="RB_1180621_6_3_1184438" name="RB_1180621_6_3_1184438" class="chemInput">
  5313.                                     </div>
  5314.                                     <!-- -->
  5315.                                
  5316.                                 </div>
  5317.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  5318.                                     <p class="left">&nbsp;</p>
  5319.                                 </div>
  5320.                             </div>
  5321.                             <div class="bottom"><div><div></div></div></div>  
  5322.                         </div>
  5323.                         <!-- end of chemPad markup -->
  5324.  
  5325.  
  5326. </div><br><div class="extraContent">
  5327.    
  5328. <p style="padding-left: 4px; padding-top: 12px;">
  5329. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  5330. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=130','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  5331. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/2844.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  5332. </p><p>
  5333.  
  5334. </p></div>
  5335.  
  5336.  
  5337.  
  5338.  
  5339.         <div class="qButtons container">
  5340.  
  5341.  
  5342.  
  5343.             <input type="submit" onclick="return submit_this('EDDVCkDNBIDoBBAmECCYDGBhERCMCNAuEDBLEsApBFBNDgDXzUARCRERCdDiEQCDEKDkBuDtDKDCCQCUDiDKESEOCNEnCbCHDoDFDHAxECBUCcBXErEGCDAqEEEgEpDJDbEYEYAJDxEoEiEFCuCnETEfCgDkAjBEDdEqDaBVCDCDEoEiBLCiCIAqEuEtETAoEDENDFDsAT',true,'');" class="sButton" value="Submit New Answers To Question 7" name="Submit6" id="sub6">
  5344.  
  5345.  
  5346.  
  5347.             <input type="submit" onclick="return submit_this('AgECDPEFAUDwAJBfERwWCqBWAnAtBwClCyCfEKDLEvAwCABODWBaEjEhClEtEsDEDyBsAwAYEgBeBmAtAHCaAhBQDDAIBgBUECENDLBMCduUCBBUAQDyAcDFAnExBGApChBCAtDDCDEDCgDBCUBNBCEQBFAEAouUCGEQAlCvEXDDDuCAEoCJAyBdEsBeEEEKElCp',true,'')" class="sButton" value="Save Work" name="Save6">
  5348.  
  5349.  
  5350.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=CkEkDMBEDKDHBTDIESByArDECTuUEWDoDEDdEhBYAVDjAGDMEMBuDDDoEOBlDEEWEPzUAgCwAjEiCMBABdAFByEyEWEhCiCVCmCKCiAPDsBsEOBNCwCeCyEEBvAQCvATCjEHBRCIARAXAvBXDtAoAXAgDDARCbDpEYDowWEQAxBaDVDQDKCtDuDXBYCNCLEaEUCNBEENAUCcDuBPBtDpCIAGClESAUCPCbCmCOATCSDrCFBEED&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice6','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice6" id="Practice6">
  5351.  
  5352.         </div>
  5353.  
  5354.  
  5355.  
  5356.         </div>
  5357.     </div>
  5358.     <div class="qButtons container"></div>
  5359. </div>
  5360.  
  5361.  
  5362.  
  5363. <br>
  5364.  
  5365.  
  5366.  
  5367.  
  5368.  
  5369.  
  5370.  
  5371.  
  5372. <div class="waQBox container" id="question8">
  5373.     <div class="top container">
  5374.         <div class="left"></div>
  5375.         <div class="right"></div>
  5376.         <div class="border"></div>
  5377.         <div class="title">
  5378.             <span class="qNum">8.</span>
  5379.  
  5380.  
  5381.  
  5382.  
  5383.  
  5384.  
  5385.  
  5386.            
  5387.  
  5388.         <span width="100%" class="leftBarTitle">
  5389.  
  5390.             <span style="margin-right: 15px;" class="pageLeft">
  5391.                 <a href="javascript:doDetail('7')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_7">
  5392.                     <strong>
  5393.  
  5394.                         5/5 points
  5395.                     </strong>
  5396.                 </a>
  5397.             </span>
  5398.             <span class="dashBoardItem">
  5399.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=CrBwCVAfAfCFCmBlBUEEERDezZCKDNuUEcCoALEBDeCKCFAwBbzZDdBIELAgCwCcEUDjByAyDOBuBvDTDjBGAJEfDCEqDqCyBNDjADCADHErAaCXBwDaCADQCADYEqDtAjDkEuDbwWBpBoBJCrAyCWwWDTCYEuAlDaAtAtBCESEgEpEmBbAJAUDEElBvBnDCDeEqAYCrEA&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_7','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  5400.             </span>
  5401.             <span class="dashBoardItem">
  5402.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=7&amp;struct=BFACDAAnBNAJDqDDEDDdAwEtBHDyAPCqBHCmAnBAErADzUEYEaBCDVCQBYEhDpBKBRCWCTBeBIAeBkDTBMDIBaDvEfDuDpDrvVCLEaAuCSEiCXDKBDCjAgAwDQDwEQANCgBTByyYCADNCkAuBPEoBmCVDKBbDrBEBTDqBODaEhCsCSDrEAARDsBtCABUENCeBTDRCLCHAd&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_7','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_7">
  5403.                     <strong>Notes</strong>
  5404.                 </a>
  5405.             </span>
  5406.  
  5407.  
  5408.         </span>
  5409.  
  5410.  
  5411.         <span class="qTitleRight">
  5412.             <span class="dashBoardItem">
  5413.                 Question: EbGam9 4.PP.042.
  5414.             </span>
  5415.             <span>
  5416.                
  5417.             </span>
  5418.         </span>
  5419.  
  5420.  
  5421.  
  5422.         </div>
  5423.     </div>
  5424.     <div class="bottom">
  5425.         <div class="left"></div>
  5426.         <div class="right"></div>
  5427.         <div class="border"></div>
  5428.     </div>
  5429.     <div class="preContent container">
  5430.        
  5431.  
  5432.     <div class="qdetails container" id="detail_7">
  5433.        
  5434.        
  5435.    
  5436.         <div class="container questionPartNumberRow">
  5437.             <div class="pageLeft">
  5438.                 <div style="border-top: 0px none;" class="label">
  5439.                     Question part
  5440.                 </div>
  5441.      
  5442.                 <div style="border-top: 0px none;" class="label">
  5443.                     Points
  5444.                 </div>
  5445.  
  5446.                 <div style="border-top: 0px none;" class="label">
  5447.                     Submissions
  5448.                 </div>
  5449.             </div>
  5450.             <div class="pageLeft scrollable questionNumbers">
  5451.                 <table>
  5452.                     <tbody><tr>
  5453.      
  5454.                         <th align="center" class="partNumber">
  5455.                             1
  5456.                         </th>
  5457.                         <th align="center" class="partNumber">
  5458.                             2
  5459.                         </th>
  5460.                         <th align="center" class="partNumber">
  5461.                             3
  5462.                         </th>
  5463.                         <th align="center" class="partNumber">
  5464.                             4
  5465.                         </th>
  5466.  
  5467.                     </tr>
  5468.      
  5469.                     <tr>
  5470.      
  5471.  
  5472.                         <td align="center" class="partPoints">
  5473.                        
  5474.  
  5475.  
  5476.  
  5477.  
  5478.                                 1.25
  5479.                  
  5480.  
  5481.                         </td>
  5482.  
  5483.                         <td align="center" class="partPoints">
  5484.                        
  5485.  
  5486.  
  5487.  
  5488.  
  5489.                                 1.25
  5490.                  
  5491.  
  5492.                         </td>
  5493.  
  5494.                         <td align="center" class="partPoints">
  5495.                        
  5496.  
  5497.  
  5498.  
  5499.  
  5500.                                 1.25
  5501.                  
  5502.  
  5503.                         </td>
  5504.  
  5505.                         <td align="center" class="partPoints">
  5506.                        
  5507.  
  5508.  
  5509.  
  5510.  
  5511.                                 1.25
  5512.                  
  5513.  
  5514.                         </td>
  5515.                     </tr>
  5516.  
  5517.                     <tr>
  5518.                         <td align="center" class="partPoints">
  5519.                             1/10
  5520.                         </td>
  5521.                         <td align="center" class="partPoints">
  5522.                             1/10
  5523.                         </td>
  5524.                         <td align="center" class="partPoints">
  5525.                             1/10
  5526.                         </td>
  5527.                         <td align="center" class="partPoints">
  5528.                             1/10
  5529.                         </td>
  5530.                     </tr>
  5531.  
  5532.                 </tbody></table>
  5533.             </div>
  5534.  
  5535.             <div class="pageLeft">
  5536.                 <div style="border-top: 0px none;" class="label">
  5537.                     <strong>Total</strong>
  5538.                 </div>
  5539.                 <div style="border-top: 0px none;" class="label">
  5540.                     <strong>
  5541.                         5/5
  5542.                     </strong>
  5543.                 </div>
  5544.                 <div style="border-top: 0px none;" class="label">
  5545.                     &nbsp;
  5546.                 </div>
  5547.             </div>
  5548.  
  5549.         </div>
  5550.     </div>
  5551.  
  5552.  
  5553.     </div>
  5554.     <div class="standard qContent container">
  5555.         <div class="studentQuestionBox studentQuestionContent">
  5556.            
  5557. <a name="Q8"></a>
  5558.  
  5559.    
  5560.  
  5561.  
  5562.  
  5563.  
  5564.  
  5565.  
  5566.  
  5567.  
  5568.  
  5569. Classify each of the following as a strong or weak acid or
  5570. base.<div class="indent">
  5571. (a) <r>Sr(OH)<sub>2</sub></r>
  5572. <input type="hidden" value="mc" id="RC_817559_7_0_821376" name="RC_817559_7_0_821376"><div class="multBox questionRadio"><div style="" class="correctBord"><div class="box_num" title="Points: 1.25/1.25" style="display: none;">1</div><span class="ms">
  5573. <input type="radio" id="RC_817559_7_0_821376_0" value="0" name="RC_817559_7_0_821376"><label for="RC_817559_7_0_821376_0">strong acid</label> </span><span class="ms">
  5574. <input type="radio" id="RC_817559_7_0_821376_1" checked="checked" value="1" name="RC_817559_7_0_821376"><label for="RC_817559_7_0_821376_1">strong base</label>&nbsp;&nbsp;&nbsp;&nbsp;  </span><span class="ms">
  5575. <input type="radio" id="RC_817559_7_0_821376_2" value="2" name="RC_817559_7_0_821376"><label for="RC_817559_7_0_821376_2">weak acid</label> </span><span class="ms">
  5576. <input type="radio" id="RC_817559_7_0_821376_3" value="3" name="RC_817559_7_0_821376"><label for="RC_817559_7_0_821376_3">weak base</label> </span><p align="right" style="margin: 0pt;"><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RC_817559_7_0_821376"></p></div></div> <br><br>
  5577. (b) <r>HI</r>
  5578. <input type="hidden" value="mc" id="RC_817559_7_1_821376" name="RC_817559_7_1_821376"><div class="multBox questionRadio"><div style="" class="correctBord"><div class="box_num" title="Points: 1.25/1.25" style="display: none;">2</div><span class="ms">
  5579. <input type="radio" id="RC_817559_7_1_821376_0" checked="checked" value="0" name="RC_817559_7_1_821376"><label for="RC_817559_7_1_821376_0">strong acid</label> </span><span class="ms">
  5580. <input type="radio" id="RC_817559_7_1_821376_1" value="1" name="RC_817559_7_1_821376"><label for="RC_817559_7_1_821376_1">strong base</label>&nbsp;&nbsp;&nbsp;&nbsp;  </span><span class="ms">
  5581. <input type="radio" id="RC_817559_7_1_821376_2" value="2" name="RC_817559_7_1_821376"><label for="RC_817559_7_1_821376_2">weak acid</label> </span><span class="ms">
  5582. <input type="radio" id="RC_817559_7_1_821376_3" value="3" name="RC_817559_7_1_821376"><label for="RC_817559_7_1_821376_3">weak base</label> </span><p align="right" style="margin: 0pt;"><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RC_817559_7_1_821376"></p></div></div> <br><br>
  5583. (c) <r>HNO<sub>3</sub></r>
  5584. <input type="hidden" value="mc" id="RC_817559_7_2_821376" name="RC_817559_7_2_821376"><div class="multBox questionRadio"><div style="" class="correctBord"><div class="box_num" title="Points: 1.25/1.25" style="display: none;">3</div><span class="ms">
  5585. <input type="radio" id="RC_817559_7_2_821376_0" checked="checked" value="0" name="RC_817559_7_2_821376"><label for="RC_817559_7_2_821376_0">strong acid</label> </span><span class="ms">
  5586. <input type="radio" id="RC_817559_7_2_821376_1" value="1" name="RC_817559_7_2_821376"><label for="RC_817559_7_2_821376_1">strong base</label>&nbsp;&nbsp;&nbsp;&nbsp;  </span><span class="ms">
  5587. <input type="radio" id="RC_817559_7_2_821376_2" value="2" name="RC_817559_7_2_821376"><label for="RC_817559_7_2_821376_2">weak acid</label> </span><span class="ms">
  5588. <input type="radio" id="RC_817559_7_2_821376_3" value="3" name="RC_817559_7_2_821376"><label for="RC_817559_7_2_821376_3">weak base</label> </span><p align="right" style="margin: 0pt;"><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RC_817559_7_2_821376"></p></div></div> <br><br>
  5589. (d) <r>HCNO</r><br>
  5590. <input type="hidden" value="mc" id="RC_817559_7_3_821376" name="RC_817559_7_3_821376"><div class="multBox questionRadio"><div style="" class="correctBord"><div class="box_num" title="Points: 1.25/1.25" style="display: none;">4</div><span class="ms">
  5591. <input type="radio" id="RC_817559_7_3_821376_0" value="0" name="RC_817559_7_3_821376"><label for="RC_817559_7_3_821376_0">strong acid</label> </span><span class="ms">
  5592. <input type="radio" id="RC_817559_7_3_821376_1" value="1" name="RC_817559_7_3_821376"><label for="RC_817559_7_3_821376_1">strong base</label>&nbsp;&nbsp;&nbsp;&nbsp;  </span><span class="ms">
  5593. <input type="radio" id="RC_817559_7_3_821376_2" checked="checked" value="2" name="RC_817559_7_3_821376"><label for="RC_817559_7_3_821376_2">weak acid</label> </span><span class="ms">
  5594. <input type="radio" id="RC_817559_7_3_821376_3" value="3" name="RC_817559_7_3_821376"><label for="RC_817559_7_3_821376_3">weak base</label> </span><p align="right" style="margin: 0pt;"><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RC_817559_7_3_821376"></p></div></div>
  5595. </div><br><div class="extraContent">
  5596.    
  5597. <p style="padding-left: 4px; padding-top: 12px;">
  5598. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  5599. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=136','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  5600. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/2845.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  5601. </p><p>
  5602.  
  5603. </p></div>
  5604.  
  5605.  
  5606.  
  5607.  
  5608.         <div class="qButtons container">
  5609.  
  5610.  
  5611.  
  5612.             <input type="submit" onclick="return submit_this('BiEqERABEsDcBRESEpByCAAoDKBIDcDoBDDeBSEdDICmAcALDAEACPCXBJDPDBCQDWDHBQBvBvEuBuCWEDDnDhEJEtDVCeAJEkCTCPBFDfDSDQBqEpBEEYClDREUASAlDQCHDmDvBcADCKDRCAEAAsECESCvEIAMCXEbDOBGDwDAEvBUBVEaAPAYBfDjDpAyBcAAzZAE',true,'');" class="sButton" value="Submit New Answers To Question 8" name="Submit7" id="sub7">
  5613.  
  5614.  
  5615.  
  5616.             <input type="submit" onclick="return submit_this('EjBcBjCUEuCSDeAAzUCNAjAxANuUBaAXDqAEBWDeBsEjAkDgDkDwCjBRCfDWAoAlCbEJDxDvBuEGAIEmzZDFBoEQBvDPAwCDBwzUBPADELCjuUAEDRDKApBLExDeEUBdCeCCDrANBoAnAfAEAGEEDjCRCEEUDjDREYCiBQATDCCuAfAdAxDOCoCmBXEgAJEWAn',true,'')" class="sButton" value="Save Work" name="Save7">
  5617.  
  5618.  
  5619.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=CoBpCQCIDYEcDoDdBgEGApAYBcDJCyDJzZCtEmBSDGEivVEWAEEHAOCWAHEBDHCJAqAWAFCHBkAwBCBgDvBCEWENDlzZEPBsAIDqBsCGDeBTAbDfDpAcEgBiBkEfDbAjETAUDJDXzZBNAnDMETExDjzUAdDXEpDnBnEpDjBsDaDkCSAwEdDoDwCoByDTBTAQCxEIEXDBBHBBDNAuBuARCBAKCuELEMBDAPDGEJBQBpEKCpAX&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice7','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice7" id="Practice7">
  5620.  
  5621.         </div>
  5622.  
  5623.  
  5624.  
  5625.         </div>
  5626.     </div>
  5627.     <div class="qButtons container"></div>
  5628. </div>
  5629.  
  5630.  
  5631.  
  5632. <br>
  5633.  
  5634.  
  5635.  
  5636.  
  5637.  
  5638.  
  5639.  
  5640.  
  5641. <div class="waQBox container" id="question9">
  5642.     <div class="top container">
  5643.         <div class="left"></div>
  5644.         <div class="right"></div>
  5645.         <div class="border"></div>
  5646.         <div class="title">
  5647.             <span class="qNum">9.</span>
  5648.  
  5649.  
  5650.  
  5651.  
  5652.  
  5653.  
  5654.  
  5655.            
  5656.  
  5657.         <span width="100%" class="leftBarTitle">
  5658.  
  5659.             <span style="margin-right: 15px;" class="pageLeft">
  5660.                 <a href="javascript:doDetail('8')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_8">
  5661.                     <strong>
  5662.  
  5663.                         &ndash;/5 points
  5664.                     </strong>
  5665.                 </a>
  5666.             </span>
  5667.             <span class="dashBoardItem">
  5668.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=8&amp;struct=CDAlCXAbAkEPEfADAcBkCsAtExDPCCEoBrEuEPCdBEBFCXDiBoExAoEICbATDoEaDfBpAFEjBPASAmBqCoBLAdDyCBATDbEtCaBXAaAeBrEVDHEPDMCkADDtEJCBEtBNABBvCRDqClEQEMBNEvCxBovVEqDODdCyBmDEClAOEVCbETCpDLBBDpENBLDsElAiDJByCuBWEfBj&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_8','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_8">
  5669.                     <strong>Notes</strong>
  5670.                 </a>
  5671.             </span>
  5672.  
  5673.  
  5674.         </span>
  5675.  
  5676.  
  5677.         <span class="qTitleRight">
  5678.             <span class="dashBoardItem">
  5679.                 Question: EbGam9 4.PP.044.
  5680.             </span>
  5681.             <span>
  5682.                 <select onchange="document.forms[0].course.value='100098,141054';document.forms[0].sid.value='';document.forms[0].struct.value='DTAABcEXEvESBxAGENADELBqEQEgAHDWBfEpByCYAIzUCWEkBSAGDaAfBqBxCeEHEuBKCbDtCdAbADESEkBNCcAgDBDbAcDFBwAxEBAeDjDLDADSBLDYBeAeAaAXEUCXEbAMAFDjEfCF';document.forms[0].display_level.value='question';document.forms[0].submit(this);" id="viewing_8" name="viewing_8">
  5683. <option selected="" value="-">Select</option>
  5684. <option value="s">View Saved Work</option></select>
  5685.             </span>
  5686.         </span>
  5687.  
  5688.  
  5689.  
  5690.         </div>
  5691.     </div>
  5692.     <div class="bottom">
  5693.         <div class="left"></div>
  5694.         <div class="right"></div>
  5695.         <div class="border"></div>
  5696.     </div>
  5697.     <div class="preContent container">
  5698.        
  5699.  
  5700.     <div class="qdetails container" id="detail_8">
  5701.        
  5702.        
  5703.    
  5704.         <div class="container questionPartNumberRow">
  5705.             <div class="pageLeft">
  5706.                 <div style="border-top: 0px none;" class="label">
  5707.                     Question part
  5708.                 </div>
  5709.      
  5710.                 <div style="border-top: 0px none;" class="label">
  5711.                     Points
  5712.                 </div>
  5713.  
  5714.                 <div style="border-top: 0px none;" class="label">
  5715.                     Submissions
  5716.                 </div>
  5717.             </div>
  5718.             <div class="pageLeft scrollable questionNumbers">
  5719.                 <table>
  5720.                     <tbody><tr>
  5721.      
  5722.                         <th align="center" class="partNumber">
  5723.                             1
  5724.                         </th>
  5725.                         <th align="center" class="partNumber">
  5726.                             2
  5727.                         </th>
  5728.                         <th align="center" class="partNumber">
  5729.                             3
  5730.                         </th>
  5731.                         <th align="center" class="partNumber">
  5732.                             4
  5733.                         </th>
  5734.                         <th align="center" class="partNumber">
  5735.                             5
  5736.                         </th>
  5737.                         <th align="center" class="partNumber">
  5738.                             6
  5739.                         </th>
  5740.                         <th align="center" class="partNumber">
  5741.                             7
  5742.                         </th>
  5743.                         <th align="center" class="partNumber">
  5744.                             8
  5745.                         </th>
  5746.  
  5747.                     </tr>
  5748.      
  5749.                     <tr>
  5750.      
  5751.  
  5752.                         <td align="center" class="partPoints">
  5753.                        
  5754.  
  5755.  
  5756.  
  5757.  
  5758.                                 0/0.62
  5759.                  
  5760.  
  5761.                         </td>
  5762.  
  5763.                         <td align="center" class="partPoints">
  5764.                        
  5765.  
  5766.  
  5767.  
  5768.  
  5769.                                 0/0.62
  5770.                  
  5771.  
  5772.                         </td>
  5773.  
  5774.                         <td align="center" class="partPoints">
  5775.                        
  5776.  
  5777.  
  5778.  
  5779.  
  5780.                                 0/0.62
  5781.                  
  5782.  
  5783.                         </td>
  5784.  
  5785.                         <td align="center" class="partPoints">
  5786.                        
  5787.  
  5788.  
  5789.  
  5790.  
  5791.                                 0/0.62
  5792.                  
  5793.  
  5794.                         </td>
  5795.  
  5796.                         <td align="center" class="partPoints">
  5797.                        
  5798.  
  5799.  
  5800.  
  5801.  
  5802.                                 0/0.62
  5803.                  
  5804.  
  5805.                         </td>
  5806.  
  5807.                         <td align="center" class="partPoints">
  5808.                        
  5809.  
  5810.  
  5811.  
  5812.  
  5813.                                 0/0.62
  5814.                  
  5815.  
  5816.                         </td>
  5817.  
  5818.                         <td align="center" class="partPoints">
  5819.                        
  5820.  
  5821.  
  5822.  
  5823.  
  5824.                                 0/0.62
  5825.                  
  5826.  
  5827.                         </td>
  5828.  
  5829.                         <td align="center" class="partPoints">
  5830.                        
  5831.  
  5832.  
  5833.  
  5834.  
  5835.                                 0/0.66
  5836.                  
  5837.  
  5838.                         </td>
  5839.                     </tr>
  5840.  
  5841.                     <tr>
  5842.                         <td align="center" class="partPoints">
  5843.                             0/10
  5844.                         </td>
  5845.                         <td align="center" class="partPoints">
  5846.                             0/10
  5847.                         </td>
  5848.                         <td align="center" class="partPoints">
  5849.                             0/10
  5850.                         </td>
  5851.                         <td align="center" class="partPoints">
  5852.                             0/10
  5853.                         </td>
  5854.                         <td align="center" class="partPoints">
  5855.                             0/10
  5856.                         </td>
  5857.                         <td align="center" class="partPoints">
  5858.                             0/10
  5859.                         </td>
  5860.                         <td align="center" class="partPoints">
  5861.                             0/10
  5862.                         </td>
  5863.                         <td align="center" class="partPoints">
  5864.                             0/10
  5865.                         </td>
  5866.                     </tr>
  5867.  
  5868.                 </tbody></table>
  5869.             </div>
  5870.  
  5871.             <div class="pageLeft">
  5872.                 <div style="border-top: 0px none;" class="label">
  5873.                     <strong>Total</strong>
  5874.                 </div>
  5875.                 <div style="border-top: 0px none;" class="label">
  5876.                     <strong>
  5877.                         0/5
  5878.                     </strong>
  5879.                 </div>
  5880.                 <div style="border-top: 0px none;" class="label">
  5881.                     &nbsp;
  5882.                 </div>
  5883.             </div>
  5884.  
  5885.         </div>
  5886.     </div>
  5887.  
  5888.  
  5889.     </div>
  5890.     <div class="standard qContent container">
  5891.         <div class="studentQuestionBox studentQuestionContent">
  5892.            
  5893. <a name="Q9"></a>
  5894.  
  5895.    
  5896.  
  5897. Complete and balance each of the following molecular equations (in aqueous solution). For each reaction, write the net ionic equation. (Include states-of-matter under SATP conditions in your answer. Use the lowest possible coefficients.)
  5898. <div class="indent">
  5899.     (a) Al(OH)<sub>3</sub> + HCl <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span><br>
  5900.     molecular equation<br>
  5901.    
  5902.  
  5903.  
  5904.  
  5905.  
  5906.  
  5907.  
  5908.  
  5909.  
  5910.                         <!-- chemPad markup -->
  5911.                         <div class="chemPad container" id="chemPadRB_1180292_8_0_1184109">
  5912.                             <div class="top"><div><div></div></div></div>          
  5913.                             <div class="contentWrap container">
  5914.                                 <div class="titleBar container">
  5915.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  5916.                                 </div>
  5917.                                 <div class="content container">
  5918.                                     <div class="toolBar container">
  5919.                                         <ul class="tablet pad container" id="greekLowerWrap">
  5920.                                             <li class="sub subButton padButton"></li>
  5921.                                             <li class="sup supButton padButton"></li>
  5922.                                             <li class="forwardReaction forwardButton padButton"></li>
  5923.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  5924.                                             <li class="reverseReaction reverseButton padButton"></li>
  5925.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  5926.                                         </ul>
  5927.                                        
  5928.                                         <ul class="tablet greek pad container">
  5929.                                             <li class="expandButton">
  5930.                                                 <ul class="small container">
  5931.                                                     <li>
  5932.                                                         <ul class="c4 container">
  5933.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  5934.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  5935.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  5936.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  5937.                                                         </ul>
  5938.                                                     </li>
  5939.                                                     <li>
  5940.                                                         <ul class="c18 container">
  5941.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  5942.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  5943.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  5944.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  5945.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  5946.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  5947.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  5948.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  5949.                                                             <li class="muLower sMuLowerCase padButton"></li>
  5950.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  5951.                                                             <li class="piLower sPiLowerCase padButton"></li>
  5952.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  5953.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  5954.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  5955.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  5956.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  5957.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  5958.                                                         </ul>
  5959.                                                     </li>
  5960.                                                 </ul>
  5961.                                             </li>
  5962.                                         </ul>
  5963.                                     </div>
  5964.                                
  5965.                                     <!-- console -->
  5966.                                     <div class="console">
  5967.                                         <div class="chemPreviewWrap container">
  5968.                                             <span class="chemPreview">&nbsp;</span>
  5969.                                         </div>
  5970.                                         <input type="text" value="" id="RB_1180292_8_0_1184109" name="RB_1180292_8_0_1184109" class="chemInput">
  5971.                                     </div>
  5972.                                     <!-- -->
  5973.                                
  5974.                                 </div>
  5975.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  5976.                                     <p class="left">&nbsp;</p>
  5977.                                 </div>
  5978.                             </div>
  5979.                             <div class="bottom"><div><div></div></div></div>  
  5980.                         </div>
  5981.                         <!-- end of chemPad markup -->
  5982.  
  5983. <br>
  5984.     net ionic equation<br>
  5985.    
  5986.  
  5987.  
  5988.  
  5989.  
  5990.  
  5991.  
  5992.  
  5993.  
  5994.                         <!-- chemPad markup -->
  5995.                         <div class="chemPad container" id="chemPadRB_1180292_8_1_1184109">
  5996.                             <div class="top"><div><div></div></div></div>          
  5997.                             <div class="contentWrap container">
  5998.                                 <div class="titleBar container">
  5999.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  6000.                                 </div>
  6001.                                 <div class="content container">
  6002.                                     <div class="toolBar container">
  6003.                                         <ul class="tablet pad container" id="greekLowerWrap">
  6004.                                             <li class="sub subButton padButton"></li>
  6005.                                             <li class="sup supButton padButton"></li>
  6006.                                             <li class="forwardReaction forwardButton padButton"></li>
  6007.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  6008.                                             <li class="reverseReaction reverseButton padButton"></li>
  6009.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  6010.                                         </ul>
  6011.                                        
  6012.                                         <ul class="tablet greek pad container">
  6013.                                             <li class="expandButton">
  6014.                                                 <ul class="small container">
  6015.                                                     <li>
  6016.                                                         <ul class="c4 container">
  6017.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  6018.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  6019.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  6020.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  6021.                                                         </ul>
  6022.                                                     </li>
  6023.                                                     <li>
  6024.                                                         <ul class="c18 container">
  6025.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  6026.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  6027.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  6028.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  6029.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  6030.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  6031.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  6032.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  6033.                                                             <li class="muLower sMuLowerCase padButton"></li>
  6034.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  6035.                                                             <li class="piLower sPiLowerCase padButton"></li>
  6036.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  6037.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  6038.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  6039.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  6040.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  6041.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  6042.                                                         </ul>
  6043.                                                     </li>
  6044.                                                 </ul>
  6045.                                             </li>
  6046.                                         </ul>
  6047.                                     </div>
  6048.                                
  6049.                                     <!-- console -->
  6050.                                     <div class="console">
  6051.                                         <div class="chemPreviewWrap container">
  6052.                                             <span class="chemPreview">&nbsp;</span>
  6053.                                         </div>
  6054.                                         <input type="text" value="" id="RB_1180292_8_1_1184109" name="RB_1180292_8_1_1184109" class="chemInput">
  6055.                                     </div>
  6056.                                     <!-- -->
  6057.                                
  6058.                                 </div>
  6059.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  6060.                                     <p class="left">&nbsp;</p>
  6061.                                 </div>
  6062.                             </div>
  6063.                             <div class="bottom"><div><div></div></div></div>  
  6064.                         </div>
  6065.                         <!-- end of chemPad markup -->
  6066.  
  6067. <br>
  6068.     <br>
  6069.     (b) HBr + Sr(OH)<sub>2</sub> <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span><br>
  6070.     molecular equation<br>
  6071.    
  6072.  
  6073.  
  6074.  
  6075.  
  6076.  
  6077.  
  6078.  
  6079.  
  6080.                         <!-- chemPad markup -->
  6081.                         <div class="chemPad container" id="chemPadRB_1180292_8_2_1184109">
  6082.                             <div class="top"><div><div></div></div></div>          
  6083.                             <div class="contentWrap container">
  6084.                                 <div class="titleBar container">
  6085.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  6086.                                 </div>
  6087.                                 <div class="content container">
  6088.                                     <div class="toolBar container">
  6089.                                         <ul class="tablet pad container" id="greekLowerWrap">
  6090.                                             <li class="sub subButton padButton"></li>
  6091.                                             <li class="sup supButton padButton"></li>
  6092.                                             <li class="forwardReaction forwardButton padButton"></li>
  6093.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  6094.                                             <li class="reverseReaction reverseButton padButton"></li>
  6095.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  6096.                                         </ul>
  6097.                                        
  6098.                                         <ul class="tablet greek pad container">
  6099.                                             <li class="expandButton">
  6100.                                                 <ul class="small container">
  6101.                                                     <li>
  6102.                                                         <ul class="c4 container">
  6103.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  6104.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  6105.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  6106.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  6107.                                                         </ul>
  6108.                                                     </li>
  6109.                                                     <li>
  6110.                                                         <ul class="c18 container">
  6111.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  6112.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  6113.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  6114.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  6115.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  6116.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  6117.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  6118.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  6119.                                                             <li class="muLower sMuLowerCase padButton"></li>
  6120.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  6121.                                                             <li class="piLower sPiLowerCase padButton"></li>
  6122.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  6123.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  6124.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  6125.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  6126.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  6127.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  6128.                                                         </ul>
  6129.                                                     </li>
  6130.                                                 </ul>
  6131.                                             </li>
  6132.                                         </ul>
  6133.                                     </div>
  6134.                                
  6135.                                     <!-- console -->
  6136.                                     <div class="console">
  6137.                                         <div class="chemPreviewWrap container">
  6138.                                             <span class="chemPreview">&nbsp;</span>
  6139.                                         </div>
  6140.                                         <input type="text" value="" id="RB_1180292_8_2_1184109" name="RB_1180292_8_2_1184109" class="chemInput">
  6141.                                     </div>
  6142.                                     <!-- -->
  6143.                                
  6144.                                 </div>
  6145.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  6146.                                     <p class="left">&nbsp;</p>
  6147.                                 </div>
  6148.                             </div>
  6149.                             <div class="bottom"><div><div></div></div></div>  
  6150.                         </div>
  6151.                         <!-- end of chemPad markup -->
  6152.  
  6153. <br>
  6154.     net ionic equation<br>
  6155.    
  6156.  
  6157.  
  6158.  
  6159.  
  6160.  
  6161.  
  6162.  
  6163.  
  6164.                         <!-- chemPad markup -->
  6165.                         <div class="chemPad container" id="chemPadRB_1180292_8_3_1184109">
  6166.                             <div class="top"><div><div></div></div></div>          
  6167.                             <div class="contentWrap container">
  6168.                                 <div class="titleBar container">
  6169.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  6170.                                 </div>
  6171.                                 <div class="content container">
  6172.                                     <div class="toolBar container">
  6173.                                         <ul class="tablet pad container" id="greekLowerWrap">
  6174.                                             <li class="sub subButton padButton"></li>
  6175.                                             <li class="sup supButton padButton"></li>
  6176.                                             <li class="forwardReaction forwardButton padButton"></li>
  6177.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  6178.                                             <li class="reverseReaction reverseButton padButton"></li>
  6179.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  6180.                                         </ul>
  6181.                                        
  6182.                                         <ul class="tablet greek pad container">
  6183.                                             <li class="expandButton">
  6184.                                                 <ul class="small container">
  6185.                                                     <li>
  6186.                                                         <ul class="c4 container">
  6187.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  6188.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  6189.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  6190.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  6191.                                                         </ul>
  6192.                                                     </li>
  6193.                                                     <li>
  6194.                                                         <ul class="c18 container">
  6195.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  6196.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  6197.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  6198.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  6199.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  6200.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  6201.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  6202.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  6203.                                                             <li class="muLower sMuLowerCase padButton"></li>
  6204.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  6205.                                                             <li class="piLower sPiLowerCase padButton"></li>
  6206.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  6207.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  6208.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  6209.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  6210.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  6211.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  6212.                                                         </ul>
  6213.                                                     </li>
  6214.                                                 </ul>
  6215.                                             </li>
  6216.                                         </ul>
  6217.                                     </div>
  6218.                                
  6219.                                     <!-- console -->
  6220.                                     <div class="console">
  6221.                                         <div class="chemPreviewWrap container">
  6222.                                             <span class="chemPreview">&nbsp;</span>
  6223.                                         </div>
  6224.                                         <input type="text" value="" id="RB_1180292_8_3_1184109" name="RB_1180292_8_3_1184109" class="chemInput">
  6225.                                     </div>
  6226.                                     <!-- -->
  6227.                                
  6228.                                 </div>
  6229.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  6230.                                     <p class="left">&nbsp;</p>
  6231.                                 </div>
  6232.                             </div>
  6233.                             <div class="bottom"><div><div></div></div></div>  
  6234.                         </div>
  6235.                         <!-- end of chemPad markup -->
  6236.  
  6237. <br>
  6238.     <br>
  6239.     (c) Ba(OH)<sub>2</sub> + HC<sub>2</sub>H<sub>3</sub>O<sub>2</sub> <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span><br>
  6240.     molecular equation<br>
  6241.    
  6242.  
  6243.  
  6244.  
  6245.  
  6246.  
  6247.  
  6248.  
  6249.  
  6250.                         <!-- chemPad markup -->
  6251.                         <div class="chemPad container" id="chemPadRB_1180292_8_4_1184109">
  6252.                             <div class="top"><div><div></div></div></div>          
  6253.                             <div class="contentWrap container">
  6254.                                 <div class="titleBar container">
  6255.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  6256.                                 </div>
  6257.                                 <div class="content container">
  6258.                                     <div class="toolBar container">
  6259.                                         <ul class="tablet pad container" id="greekLowerWrap">
  6260.                                             <li class="sub subButton padButton"></li>
  6261.                                             <li class="sup supButton padButton"></li>
  6262.                                             <li class="forwardReaction forwardButton padButton"></li>
  6263.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  6264.                                             <li class="reverseReaction reverseButton padButton"></li>
  6265.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  6266.                                         </ul>
  6267.                                        
  6268.                                         <ul class="tablet greek pad container">
  6269.                                             <li class="expandButton">
  6270.                                                 <ul class="small container">
  6271.                                                     <li>
  6272.                                                         <ul class="c4 container">
  6273.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  6274.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  6275.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  6276.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  6277.                                                         </ul>
  6278.                                                     </li>
  6279.                                                     <li>
  6280.                                                         <ul class="c18 container">
  6281.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  6282.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  6283.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  6284.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  6285.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  6286.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  6287.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  6288.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  6289.                                                             <li class="muLower sMuLowerCase padButton"></li>
  6290.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  6291.                                                             <li class="piLower sPiLowerCase padButton"></li>
  6292.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  6293.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  6294.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  6295.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  6296.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  6297.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  6298.                                                         </ul>
  6299.                                                     </li>
  6300.                                                 </ul>
  6301.                                             </li>
  6302.                                         </ul>
  6303.                                     </div>
  6304.                                
  6305.                                     <!-- console -->
  6306.                                     <div class="console">
  6307.                                         <div class="chemPreviewWrap container">
  6308.                                             <span class="chemPreview">&nbsp;</span>
  6309.                                         </div>
  6310.                                         <input type="text" value="" id="RB_1180292_8_4_1184109" name="RB_1180292_8_4_1184109" class="chemInput">
  6311.                                     </div>
  6312.                                     <!-- -->
  6313.                                
  6314.                                 </div>
  6315.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  6316.                                     <p class="left">&nbsp;</p>
  6317.                                 </div>
  6318.                             </div>
  6319.                             <div class="bottom"><div><div></div></div></div>  
  6320.                         </div>
  6321.                         <!-- end of chemPad markup -->
  6322.  
  6323. <br>
  6324.     net ionic equation<br>
  6325.    
  6326.  
  6327.  
  6328.  
  6329.  
  6330.  
  6331.  
  6332.  
  6333.  
  6334.                         <!-- chemPad markup -->
  6335.                         <div class="chemPad container" id="chemPadRB_1180292_8_5_1184109">
  6336.                             <div class="top"><div><div></div></div></div>          
  6337.                             <div class="contentWrap container">
  6338.                                 <div class="titleBar container">
  6339.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  6340.                                 </div>
  6341.                                 <div class="content container">
  6342.                                     <div class="toolBar container">
  6343.                                         <ul class="tablet pad container" id="greekLowerWrap">
  6344.                                             <li class="sub subButton padButton"></li>
  6345.                                             <li class="sup supButton padButton"></li>
  6346.                                             <li class="forwardReaction forwardButton padButton"></li>
  6347.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  6348.                                             <li class="reverseReaction reverseButton padButton"></li>
  6349.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  6350.                                         </ul>
  6351.                                        
  6352.                                         <ul class="tablet greek pad container">
  6353.                                             <li class="expandButton">
  6354.                                                 <ul class="small container">
  6355.                                                     <li>
  6356.                                                         <ul class="c4 container">
  6357.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  6358.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  6359.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  6360.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  6361.                                                         </ul>
  6362.                                                     </li>
  6363.                                                     <li>
  6364.                                                         <ul class="c18 container">
  6365.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  6366.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  6367.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  6368.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  6369.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  6370.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  6371.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  6372.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  6373.                                                             <li class="muLower sMuLowerCase padButton"></li>
  6374.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  6375.                                                             <li class="piLower sPiLowerCase padButton"></li>
  6376.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  6377.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  6378.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  6379.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  6380.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  6381.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  6382.                                                         </ul>
  6383.                                                     </li>
  6384.                                                 </ul>
  6385.                                             </li>
  6386.                                         </ul>
  6387.                                     </div>
  6388.                                
  6389.                                     <!-- console -->
  6390.                                     <div class="console">
  6391.                                         <div class="chemPreviewWrap container">
  6392.                                             <span class="chemPreview">&nbsp;</span>
  6393.                                         </div>
  6394.                                         <input type="text" value="" id="RB_1180292_8_5_1184109" name="RB_1180292_8_5_1184109" class="chemInput">
  6395.                                     </div>
  6396.                                     <!-- -->
  6397.                                
  6398.                                 </div>
  6399.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  6400.                                     <p class="left">&nbsp;</p>
  6401.                                 </div>
  6402.                             </div>
  6403.                             <div class="bottom"><div><div></div></div></div>  
  6404.                         </div>
  6405.                         <!-- end of chemPad markup -->
  6406.  
  6407. <br>
  6408.     <br>
  6409.     (d) HNO<sub>3</sub> + KOH <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span><br>
  6410.     molecular equation<br>
  6411.    
  6412.  
  6413.  
  6414.  
  6415.  
  6416.  
  6417.  
  6418.  
  6419.  
  6420.                         <!-- chemPad markup -->
  6421.                         <div class="chemPad container" id="chemPadRB_1180292_8_6_1184109">
  6422.                             <div class="top"><div><div></div></div></div>          
  6423.                             <div class="contentWrap container">
  6424.                                 <div class="titleBar container">
  6425.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  6426.                                 </div>
  6427.                                 <div class="content container">
  6428.                                     <div class="toolBar container">
  6429.                                         <ul class="tablet pad container" id="greekLowerWrap">
  6430.                                             <li class="sub subButton padButton"></li>
  6431.                                             <li class="sup supButton padButton"></li>
  6432.                                             <li class="forwardReaction forwardButton padButton"></li>
  6433.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  6434.                                             <li class="reverseReaction reverseButton padButton"></li>
  6435.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  6436.                                         </ul>
  6437.                                        
  6438.                                         <ul class="tablet greek pad container">
  6439.                                             <li class="expandButton">
  6440.                                                 <ul class="small container">
  6441.                                                     <li>
  6442.                                                         <ul class="c4 container">
  6443.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  6444.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  6445.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  6446.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  6447.                                                         </ul>
  6448.                                                     </li>
  6449.                                                     <li>
  6450.                                                         <ul class="c18 container">
  6451.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  6452.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  6453.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  6454.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  6455.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  6456.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  6457.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  6458.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  6459.                                                             <li class="muLower sMuLowerCase padButton"></li>
  6460.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  6461.                                                             <li class="piLower sPiLowerCase padButton"></li>
  6462.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  6463.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  6464.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  6465.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  6466.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  6467.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  6468.                                                         </ul>
  6469.                                                     </li>
  6470.                                                 </ul>
  6471.                                             </li>
  6472.                                         </ul>
  6473.                                     </div>
  6474.                                
  6475.                                     <!-- console -->
  6476.                                     <div class="console">
  6477.                                         <div class="chemPreviewWrap container">
  6478.                                             <span class="chemPreview">&nbsp;</span>
  6479.                                         </div>
  6480.                                         <input type="text" value="" id="RB_1180292_8_6_1184109" name="RB_1180292_8_6_1184109" class="chemInput">
  6481.                                     </div>
  6482.                                     <!-- -->
  6483.                                
  6484.                                 </div>
  6485.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  6486.                                     <p class="left">&nbsp;</p>
  6487.                                 </div>
  6488.                             </div>
  6489.                             <div class="bottom"><div><div></div></div></div>  
  6490.                         </div>
  6491.                         <!-- end of chemPad markup -->
  6492.  
  6493. <br>
  6494.     net ionic equation<br>
  6495.    
  6496.  
  6497.  
  6498.  
  6499.  
  6500.  
  6501.  
  6502.  
  6503.  
  6504.                         <!-- chemPad markup -->
  6505.                         <div class="chemPad container" id="chemPadRB_1180292_8_7_1184109">
  6506.                             <div class="top"><div><div></div></div></div>          
  6507.                             <div class="contentWrap container">
  6508.                                 <div class="titleBar container">
  6509.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  6510.                                 </div>
  6511.                                 <div class="content container">
  6512.                                     <div class="toolBar container">
  6513.                                         <ul class="tablet pad container" id="greekLowerWrap">
  6514.                                             <li class="sub subButton padButton"></li>
  6515.                                             <li class="sup supButton padButton"></li>
  6516.                                             <li class="forwardReaction forwardButton padButton"></li>
  6517.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  6518.                                             <li class="reverseReaction reverseButton padButton"></li>
  6519.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  6520.                                         </ul>
  6521.                                        
  6522.                                         <ul class="tablet greek pad container">
  6523.                                             <li class="expandButton">
  6524.                                                 <ul class="small container">
  6525.                                                     <li>
  6526.                                                         <ul class="c4 container">
  6527.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  6528.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  6529.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  6530.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  6531.                                                         </ul>
  6532.                                                     </li>
  6533.                                                     <li>
  6534.                                                         <ul class="c18 container">
  6535.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  6536.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  6537.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  6538.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  6539.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  6540.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  6541.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  6542.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  6543.                                                             <li class="muLower sMuLowerCase padButton"></li>
  6544.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  6545.                                                             <li class="piLower sPiLowerCase padButton"></li>
  6546.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  6547.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  6548.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  6549.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  6550.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  6551.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  6552.                                                         </ul>
  6553.                                                     </li>
  6554.                                                 </ul>
  6555.                                             </li>
  6556.                                         </ul>
  6557.                                     </div>
  6558.                                
  6559.                                     <!-- console -->
  6560.                                     <div class="console">
  6561.                                         <div class="chemPreviewWrap container">
  6562.                                             <span class="chemPreview">&nbsp;</span>
  6563.                                         </div>
  6564.                                         <input type="text" value="" id="RB_1180292_8_7_1184109" name="RB_1180292_8_7_1184109" class="chemInput">
  6565.                                     </div>
  6566.                                     <!-- -->
  6567.                                
  6568.                                 </div>
  6569.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  6570.                                     <p class="left">&nbsp;</p>
  6571.                                 </div>
  6572.                             </div>
  6573.                             <div class="bottom"><div><div></div></div></div>  
  6574.                         </div>
  6575.                         <!-- end of chemPad markup -->
  6576.  
  6577.  
  6578. </div><br><div class="extraContent">
  6579.    
  6580. <p style="padding-left: 4px; padding-top: 12px;">
  6581. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  6582. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=130','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  6583. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/2845.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  6584. </p><p>
  6585.  
  6586. </p></div>
  6587.  
  6588.  
  6589.  
  6590.  
  6591.         <div class="qButtons container">
  6592.  
  6593.  
  6594.  
  6595.             <input type="submit" onclick="return submit_this('BmAbArEkDXBIuUBcAYDPEBApAIAAAeDyAGEXCaEOBpBlEwEhEEBcAPBpEgDAAaBxEWDJEyDsCqDOEdADDBClEqDkEsEIEvCjAGCBDsAbBlAgECCHEYCyzZDXExAIBECgENAHAfAqCfDrAkBVEiDfEmEiCiALBVBICjCeAwBmCIChDGEeBOENDIAPCeBxAOCdAEBRCwCnBi',true,'');" class="sButton" value="Submit New Answers To Question 9" name="Submit8" id="sub8">
  6596.  
  6597.  
  6598.  
  6599.             <input type="submit" onclick="return submit_this('CtAnBHBGBDBGBLCDDrDgCCARCEExBIElBGBCDkBtCfDTDoABCFBHBHEnATAqDnDwBOBFDAEdEjACElDNANANDEDfDhAVzUAGEIBkEiBXBtEeCPCTABBIBiAQAUBgDXEmDeEeCDyYBwEWEtCTEKERDaCXCBBqDkAwBRCwDPDADMDrEDCGAgBdCHBmErBcCNBGCdAE',true,'')" class="sButton" value="Save Work" name="Save8">
  6600.  
  6601.         </div>
  6602.  
  6603.  
  6604.  
  6605.         </div>
  6606.     </div>
  6607.     <div class="qButtons container"></div>
  6608. </div>
  6609.  
  6610.  
  6611.  
  6612. <br>
  6613.  
  6614.  
  6615.  
  6616.  
  6617.  
  6618.  
  6619.  
  6620.  
  6621. <div class="waQBox container" id="question10">
  6622.     <div class="top container">
  6623.         <div class="left"></div>
  6624.         <div class="right"></div>
  6625.         <div class="border"></div>
  6626.         <div class="title">
  6627.             <span class="qNum">10.</span>
  6628.  
  6629.  
  6630.  
  6631.  
  6632.  
  6633.  
  6634.  
  6635.            
  6636.  
  6637.         <span width="100%" class="leftBarTitle">
  6638.  
  6639.             <span style="margin-right: 15px;" class="pageLeft">
  6640.                 <a href="javascript:doDetail('9')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_9">
  6641.                     <strong>
  6642.  
  6643.                         5/5 points
  6644.                     </strong>
  6645.                 </a>
  6646.             </span>
  6647.             <span class="dashBoardItem">
  6648.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=BDBcBSEVECApDXEhEUAmDWBQBsDMCXAGEMEMBrvVCoCqEREQCevVEWDgvVAvCVCXAiAbDOBmCTEJDNAcEWDJuUBkBaECEREUEPBKDQBVDfBwEpDMBMAECmDXCODPDVDwDuDBDqBKEADkDRCgAhAhBjBrCdBuEmADCFCFCoBvEsAFAuCvDiDxAXDCBuETDdEeDNCECBEHCv&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_9','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  6649.             </span>
  6650.             <span class="dashBoardItem">
  6651.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=9&amp;struct=DHBFBmDEEqDdEFBxDADCBxCVCABhBWBlDnBlBvApAABVADBKEIErCBCcEYBABlCaDmDyDSCFBODcDdAsDMDXAiASBHAMDtBPEcCYArAjBOASBqAJDRBKCMBQEHBYvVEcCmCEDFBkBlDxCADGECBmDsAiDYELAIANEpChCyBaAmBrAGDfAJAVCgEtEqBMAABgArEDChEeDU&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_9','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_9">
  6652.                     <strong>Notes</strong>
  6653.                 </a>
  6654.             </span>
  6655.  
  6656.  
  6657.         </span>
  6658.  
  6659.  
  6660.         <span class="qTitleRight">
  6661.             <span class="dashBoardItem">
  6662.                 Question: EbGam9 4.PP.055.
  6663.             </span>
  6664.             <span>
  6665.                
  6666.             </span>
  6667.         </span>
  6668.  
  6669.  
  6670.  
  6671.         </div>
  6672.     </div>
  6673.     <div class="bottom">
  6674.         <div class="left"></div>
  6675.         <div class="right"></div>
  6676.         <div class="border"></div>
  6677.     </div>
  6678.     <div class="preContent container">
  6679.        
  6680.  
  6681.     <div class="qdetails container" id="detail_9">
  6682.        
  6683.        
  6684.    
  6685.         <div class="container questionPartNumberRow">
  6686.             <div class="pageLeft">
  6687.                 <div style="border-top: 0px none;" class="label">
  6688.                     Question part
  6689.                 </div>
  6690.      
  6691.                 <div style="border-top: 0px none;" class="label">
  6692.                     Points
  6693.                 </div>
  6694.  
  6695.                 <div style="border-top: 0px none;" class="label">
  6696.                     Submissions
  6697.                 </div>
  6698.             </div>
  6699.             <div class="pageLeft scrollable questionNumbers">
  6700.                 <table>
  6701.                     <tbody><tr>
  6702.      
  6703.                         <th align="center" class="partNumber">
  6704.                             1
  6705.                         </th>
  6706.                         <th align="center" class="partNumber">
  6707.                             2
  6708.                         </th>
  6709.                         <th align="center" class="partNumber">
  6710.                             3
  6711.                         </th>
  6712.                         <th align="center" class="partNumber">
  6713.                             4
  6714.                         </th>
  6715.  
  6716.                     </tr>
  6717.      
  6718.                     <tr>
  6719.      
  6720.  
  6721.                         <td align="center" class="partPoints">
  6722.                        
  6723.  
  6724.  
  6725.  
  6726.  
  6727.                                 1.25
  6728.                  
  6729.  
  6730.                         </td>
  6731.  
  6732.                         <td align="center" class="partPoints">
  6733.                        
  6734.  
  6735.  
  6736.  
  6737.  
  6738.                                 1.25
  6739.                  
  6740.  
  6741.                         </td>
  6742.  
  6743.                         <td align="center" class="partPoints">
  6744.                        
  6745.  
  6746.  
  6747.  
  6748.  
  6749.                                 1.25
  6750.                  
  6751.  
  6752.                         </td>
  6753.  
  6754.                         <td align="center" class="partPoints">
  6755.                        
  6756.  
  6757.  
  6758.  
  6759.  
  6760.                                 1.25
  6761.                  
  6762.  
  6763.                         </td>
  6764.                     </tr>
  6765.  
  6766.                     <tr>
  6767.                         <td align="center" class="partPoints">
  6768.                             1/10
  6769.                         </td>
  6770.                         <td align="center" class="partPoints">
  6771.                             1/10
  6772.                         </td>
  6773.                         <td align="center" class="partPoints">
  6774.                             1/10
  6775.                         </td>
  6776.                         <td align="center" class="partPoints">
  6777.                             1/10
  6778.                         </td>
  6779.                     </tr>
  6780.  
  6781.                 </tbody></table>
  6782.             </div>
  6783.  
  6784.             <div class="pageLeft">
  6785.                 <div style="border-top: 0px none;" class="label">
  6786.                     <strong>Total</strong>
  6787.                 </div>
  6788.                 <div style="border-top: 0px none;" class="label">
  6789.                     <strong>
  6790.                         5/5
  6791.                     </strong>
  6792.                 </div>
  6793.                 <div style="border-top: 0px none;" class="label">
  6794.                     &nbsp;
  6795.                 </div>
  6796.             </div>
  6797.  
  6798.         </div>
  6799.     </div>
  6800.  
  6801.  
  6802.     </div>
  6803.     <div class="standard qContent container">
  6804.         <div class="studentQuestionBox studentQuestionContent">
  6805.            
  6806. <a name="Q10"></a>
  6807.  
  6808.     Obtain the oxidation number for the element noted in each of the following.
  6809. <div class="indent">
  6810. (a) Ga in Ga<sub>2</sub>O<sub>3</sub> <br><span class="qTextField"><span class="tooltipBox">
  6811.  
  6812.  
  6813.  
  6814.  
  6815. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">1</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_821764_9_0_825581','%2B3')}" dir="" id="RB_821764_9_0_825581" autocomplete="off" size="4" value="+3" name="RB_821764_9_0_825581"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_821764_9_0_825581"><br><br>
  6816. (b) Nb in NbO<sub>2</sub><br><span class="qTextField"><span class="tooltipBox">
  6817.  
  6818.  
  6819.  
  6820.  
  6821. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">2</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_821764_9_1_825581','%2B4')}" dir="" id="RB_821764_9_1_825581" autocomplete="off" size="4" value="+4" name="RB_821764_9_1_825581"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_821764_9_1_825581"><br><br>
  6822. (c) Br in KBrO<sub>4</sub> <br><span class="qTextField"><span class="tooltipBox">
  6823.  
  6824.  
  6825.  
  6826.  
  6827. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">3</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_821764_9_2_825581','%2B7')}" dir="" id="RB_821764_9_2_825581" autocomplete="off" size="4" value="+7" name="RB_821764_9_2_825581"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_821764_9_2_825581"><br><br>
  6828. (d) Mn in K<sub>2</sub>MnO<sub>4</sub><br><span class="qTextField"><span class="tooltipBox">
  6829.  
  6830.  
  6831.  
  6832.  
  6833. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">4</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_821764_9_3_825581','%2B6')}" dir="" id="RB_821764_9_3_825581" autocomplete="off" size="4" value="+6" name="RB_821764_9_3_825581"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_821764_9_3_825581">
  6834. </div><br><div class="extraContent">
  6835.    
  6836. <p style="padding-left: 4px; padding-top: 12px;">
  6837. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  6838. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=144','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  6839. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/3008.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  6840. </p><p>
  6841.  
  6842. </p></div>
  6843.  
  6844.  
  6845.  
  6846.  
  6847.         <div class="qButtons container">
  6848.  
  6849.  
  6850.  
  6851.             <input type="submit" onclick="return submit_this('CuDUEfEXElDLASEGEIDUCQCGEtBPCfDaDpEcEOvVARAlApEKDfDGDPDoBXDkEFCCCwDwCABiDEDeBrAOEwAIDKDGEnDcAoCyDbEBCHCUDkAFDmDyAIBfCsElACDFCGEpDOEeCcvVCNBDAqEEEgDWAyBHCrDwBOAmEtCYATBsEOAGBuBfDBAoClAqCjEVEiArEmESEEAh',true,'');" class="sButton" value="Submit New Answers To Question 10" name="Submit9" id="sub9">
  6852.  
  6853.  
  6854.  
  6855.             <input type="submit" onclick="return submit_this('AABDCiEeAuByDqDdBpEbDJCvCQAlClBHBvEABgDjAgCgCFCXCXENEsChEGBSAKAnAJAeEGAMCYBfDADhBIEyBrDCClDeAhBAETEjBBCmDLAMEbETApDIEGBJEKzUEFCgASDaDjCLBkCPEQDXCXCfAvDWCKCjBgCIAGCmDmAQDLBqDfAcBrEQAaBqBQDhDYArwW',true,'')" class="sButton" value="Save Work" name="Save9">
  6856.  
  6857.         </div>
  6858.  
  6859.  
  6860.  
  6861.         </div>
  6862.     </div>
  6863.     <div class="qButtons container"></div>
  6864. </div>
  6865.  
  6866.  
  6867.  
  6868. <br>
  6869.  
  6870.  
  6871.  
  6872.  
  6873.  
  6874.  
  6875.  
  6876.  
  6877. <div class="waQBox container" id="question11">
  6878.     <div class="top container">
  6879.         <div class="left"></div>
  6880.         <div class="right"></div>
  6881.         <div class="border"></div>
  6882.         <div class="title">
  6883.             <span class="qNum">11.</span>
  6884.  
  6885.  
  6886.  
  6887.  
  6888.  
  6889.  
  6890.  
  6891.            
  6892.  
  6893.         <span width="100%" class="leftBarTitle">
  6894.  
  6895.             <span style="margin-right: 15px;" class="pageLeft">
  6896.                 <a href="javascript:doDetail('10')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_10">
  6897.                     <strong>
  6898.  
  6899.                         5/5 points
  6900.                     </strong>
  6901.                 </a>
  6902.             </span>
  6903.             <span class="dashBoardItem">
  6904.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=CmAjBOAsDPDfCXCRBxAnAdAuErCmDbDwEDAfACCkBHCqDaAcDqEyDlByBJEUwWAfBDCbBGCVBVEtBmCFBiDXDLCGAuBhBdDVBIvVBWAYBkDKADCKBPCNDLEEAaCnDvEKAKDFDKCBAVDbERBQCLBlCxAGAhAlBeAbATChByAVBaADEpAYBTBRDcBPARBwDnEJAeDpEJAGDv&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_10','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  6905.             </span>
  6906.             <span class="dashBoardItem">
  6907.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=10&amp;struct=ErEBEdAnBkBjDSEMDEBCAIEdEkBvCiCyDRAODAEMBdCNChCpBiDrDnDWAezZAHDnBoCaBDBhCQEnCpCNEYAkCfAOAKCeBLDxCcBlAhCLEtDfCqClBNBVCdBSBpzZAAEcDhCxEJAkCjCbCNBTEuBjDUAfCRCOArDpARChEbEnABCDBGCbDWCUDFEMEGEtEiAPEvEeCfAHDy&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_10','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_10">
  6908.                     <strong>Notes</strong>
  6909.                 </a>
  6910.             </span>
  6911.  
  6912.  
  6913.         </span>
  6914.  
  6915.  
  6916.         <span class="qTitleRight">
  6917.             <span class="dashBoardItem">
  6918.                 Question: EbGam9 4.PP.057.
  6919.             </span>
  6920.             <span>
  6921.                
  6922.             </span>
  6923.         </span>
  6924.  
  6925.  
  6926.  
  6927.         </div>
  6928.     </div>
  6929.     <div class="bottom">
  6930.         <div class="left"></div>
  6931.         <div class="right"></div>
  6932.         <div class="border"></div>
  6933.     </div>
  6934.     <div class="preContent container">
  6935.        
  6936.  
  6937.     <div class="qdetails container" id="detail_10">
  6938.        
  6939.        
  6940.    
  6941.         <div class="container questionPartNumberRow">
  6942.             <div class="pageLeft">
  6943.                 <div style="border-top: 0px none;" class="label">
  6944.                     Question part
  6945.                 </div>
  6946.      
  6947.                 <div style="border-top: 0px none;" class="label">
  6948.                     Points
  6949.                 </div>
  6950.  
  6951.                 <div style="border-top: 0px none;" class="label">
  6952.                     Submissions
  6953.                 </div>
  6954.             </div>
  6955.             <div class="pageLeft scrollable questionNumbers">
  6956.                 <table>
  6957.                     <tbody><tr>
  6958.      
  6959.                         <th align="center" class="partNumber">
  6960.                             1
  6961.                         </th>
  6962.                         <th align="center" class="partNumber">
  6963.                             2
  6964.                         </th>
  6965.                         <th align="center" class="partNumber">
  6966.                             3
  6967.                         </th>
  6968.                         <th align="center" class="partNumber">
  6969.                             4
  6970.                         </th>
  6971.  
  6972.                     </tr>
  6973.      
  6974.                     <tr>
  6975.      
  6976.  
  6977.                         <td align="center" class="partPoints">
  6978.                        
  6979.  
  6980.  
  6981.  
  6982.  
  6983.                                 1.25
  6984.                  
  6985.  
  6986.                         </td>
  6987.  
  6988.                         <td align="center" class="partPoints">
  6989.                        
  6990.  
  6991.  
  6992.  
  6993.  
  6994.                                 1.25
  6995.                  
  6996.  
  6997.                         </td>
  6998.  
  6999.                         <td align="center" class="partPoints">
  7000.                        
  7001.  
  7002.  
  7003.  
  7004.  
  7005.                                 1.25
  7006.                  
  7007.  
  7008.                         </td>
  7009.  
  7010.                         <td align="center" class="partPoints">
  7011.                        
  7012.  
  7013.  
  7014.  
  7015.  
  7016.                                 1.25
  7017.                  
  7018.  
  7019.                         </td>
  7020.                     </tr>
  7021.  
  7022.                     <tr>
  7023.                         <td align="center" class="partPoints">
  7024.                             1/10
  7025.                         </td>
  7026.                         <td align="center" class="partPoints">
  7027.                             1/10
  7028.                         </td>
  7029.                         <td align="center" class="partPoints">
  7030.                             2/10
  7031.                         </td>
  7032.                         <td align="center" class="partPoints">
  7033.                             1/10
  7034.                         </td>
  7035.                     </tr>
  7036.  
  7037.                 </tbody></table>
  7038.             </div>
  7039.  
  7040.             <div class="pageLeft">
  7041.                 <div style="border-top: 0px none;" class="label">
  7042.                     <strong>Total</strong>
  7043.                 </div>
  7044.                 <div style="border-top: 0px none;" class="label">
  7045.                     <strong>
  7046.                         5/5
  7047.                     </strong>
  7048.                 </div>
  7049.                 <div style="border-top: 0px none;" class="label">
  7050.                     &nbsp;
  7051.                 </div>
  7052.             </div>
  7053.  
  7054.         </div>
  7055.     </div>
  7056.  
  7057.  
  7058.     </div>
  7059.     <div class="standard qContent container">
  7060.         <div class="studentQuestionBox studentQuestionContent">
  7061.            
  7062. <a name="Q11"></a>
  7063.  
  7064.    
  7065.       Obtain the oxidation number for the element noted in each of the following. (Type your answer using the format 2 or -1.)
  7066. <div class="indent">
  7067.     (a) <font color="red">Mn in MnO<sub>4</sub>&#8254;</font><br>
  7068.     <span class="qTextField"><span class="tooltipBox">
  7069.  
  7070.  
  7071.  
  7072.  
  7073. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">1</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_821757_10_0_825574','%2B7')}" dir="" id="RB_821757_10_0_825574" autocomplete="off" size="12" value="+7" name="RB_821757_10_0_825574"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_821757_10_0_825574"><br>
  7074.     <br>
  7075.     (b) <font color="red">I in IO<sub>3</sub>&#8254;</font><br>
  7076.     <span class="qTextField"><span class="tooltipBox">
  7077.  
  7078.  
  7079.  
  7080.  
  7081. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">2</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_821757_10_1_825574','%2B5')}" dir="" id="RB_821757_10_1_825574" autocomplete="off" size="12" value="+5" name="RB_821757_10_1_825574"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_821757_10_1_825574"><br>
  7082.     <br>
  7083.     (c) <font color="red">Cl in HClO<sub>4</sub></font><br>
  7084.     <span class="qTextField"><span class="tooltipBox">
  7085.  
  7086.  
  7087.  
  7088.  
  7089. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">3</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_821757_10_2_825574','%2B7')}" dir="" id="RB_821757_10_2_825574" autocomplete="off" size="12" value="+7" name="RB_821757_10_2_825574"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_821757_10_2_825574"><br>
  7090.     <br>
  7091.     (d) <font color="red">Cl in ClO<sub>3</sub>&#8254;</font><br>
  7092.     <span class="qTextField"><span class="tooltipBox">
  7093.  
  7094.  
  7095.  
  7096.  
  7097. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">4</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_821757_10_3_825574','%2B5')}" dir="" id="RB_821757_10_3_825574" autocomplete="off" size="12" value="+5" name="RB_821757_10_3_825574"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_821757_10_3_825574">
  7098. </div><br><div class="extraContent">
  7099.    
  7100. <p style="padding-left: 4px; padding-top: 12px;">
  7101. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  7102. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=144','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  7103. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/3008.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  7104. </p><p>
  7105.  
  7106. </p></div>
  7107.  
  7108.  
  7109.  
  7110.  
  7111.         <div class="qButtons container">
  7112.  
  7113.  
  7114.  
  7115.             <input type="submit" onclick="return submit_this('DmAlAFATAWEaCgDWBaEfDdEuDiCIyYDtDLBmAyBdCTCLCcExBsBVBtBoErzZDNzZBSCABiEdEYAcBSDWDhCQCpAcESEPAlByBNEnECDsECCfCXDQDHCWEREwBpCMExAsDiCvDWDXCSEcDtBOAnDJBhDyElBxBDDdBBCABsChAnCpDECNEVBuAWBkBICqEpCJAYADCyDB',true,'');" class="sButton" value="Submit New Answers To Question 11" name="Submit10" id="sub10">
  7116.  
  7117.  
  7118.  
  7119.             <input type="submit" onclick="return submit_this('CIAFEYEgCCAOAYBhAgDLAyDSAPBRwWCVDWAaAxAvDCAABGAmBYDeCIAAEMCBBLDxEPDWAdEQAbEbEDDFDaBcErCuDkBtESBWCyEQCtAcAbCaBRChBkDUArCvCsBPAeAvBqAGAUElAqDGAACOBqBVDwCcBdCCArDuBWANCpDABpEPDcBjBFzUDYEnCSDJEKyYDq',true,'')" class="sButton" value="Save Work" name="Save10">
  7120.  
  7121.  
  7122.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=BLBxBRAwEmEJDUvVCUDDEsEkDHBQEaDNCEEEEqBiBqCcEGCNBqCQDICHDnAsDVERChBJATDGBjDsEXCWCbBeCqBIBuEACgAbEKAICdCgChCyDUCUBSCQDABKBtCVAnCvCYCBDPAqATBgDBBTBrBBAlEhEHDvCMDFBTAJCoETEJBuEgCOEwDeEXDjEsAHCpDRCqDsCvDRCBBJEyEtDLCMBkDEEnEpCfAPyYCrEOEGAvBuDDER&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice10','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice10" id="Practice10">
  7123.  
  7124.         </div>
  7125.  
  7126.  
  7127.  
  7128.         </div>
  7129.     </div>
  7130.     <div class="qButtons container"></div>
  7131. </div>
  7132.  
  7133.  
  7134.  
  7135. <br>
  7136.  
  7137.  
  7138.  
  7139.  
  7140.  
  7141.  
  7142.  
  7143.  
  7144. <div class="waQBox container" id="question12">
  7145.     <div class="top container">
  7146.         <div class="left"></div>
  7147.         <div class="right"></div>
  7148.         <div class="border"></div>
  7149.         <div class="title">
  7150.             <span class="qNum">12.</span>
  7151.  
  7152.  
  7153.  
  7154.  
  7155.  
  7156.  
  7157.  
  7158.            
  7159.  
  7160.         <span width="100%" class="leftBarTitle">
  7161.  
  7162.             <span style="margin-right: 15px;" class="pageLeft">
  7163.                 <a href="javascript:doDetail('11')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_11">
  7164.                     <strong>
  7165.  
  7166.                         5/5 points
  7167.                     </strong>
  7168.                 </a>
  7169.             </span>
  7170.             <span class="dashBoardItem">
  7171.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=uUBKCOCQDeChBhCjCNDNCyEODHCYBRCmCLADDnCwDlAeBlAGEfBKCkDfDTBuEDBqBtCqwWAADyDpEhCYEoCiAqBBBYDRDlBFEvDoDhBSAgCSDjADEwBQAfBEBdDYCUEHEOAiDqEbBuEoEvAmEyEDBmDiBkDGASAqDDDxESDHDxwWDqDsEmEnDtDnAnBWBYAUAeDyAcDfAh&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_11','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  7172.             </span>
  7173.             <span class="dashBoardItem">
  7174.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=11&amp;struct=BGBiBjChDiBdCYCxAFBUAgDaAUBKCWEVBAClzUEXCjChAHCLDkEgAQCPEfDjCxEoEYBABRCnEeEsBhEfAWCSBJzZDtATEcCvAjAIBwAXAnCiAyBYAjCyDyDqBIADAhETEMwWAvDmBXAJBqELBTDOAoBVAiBtBGCoCyDxDKAIEQDADWBTEdATAoEaEaBKEDDWAvCkDuBLDT&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_11','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_11">
  7175.                     <strong>Notes</strong>
  7176.                 </a>
  7177.             </span>
  7178.  
  7179.  
  7180.         </span>
  7181.  
  7182.  
  7183.         <span class="qTitleRight">
  7184.             <span class="dashBoardItem">
  7185.                 Question: EbGam9 4.PP.068.
  7186.             </span>
  7187.             <span>
  7188.                
  7189.             </span>
  7190.         </span>
  7191.  
  7192.  
  7193.  
  7194.         </div>
  7195.     </div>
  7196.     <div class="bottom">
  7197.         <div class="left"></div>
  7198.         <div class="right"></div>
  7199.         <div class="border"></div>
  7200.     </div>
  7201.     <div class="preContent container">
  7202.        
  7203.  
  7204.     <div class="qdetails container" id="detail_11">
  7205.        
  7206.        
  7207.    
  7208.         <div class="container questionPartNumberRow">
  7209.             <div class="pageLeft">
  7210.                 <div style="border-top: 0px none;" class="label">
  7211.                     Question part
  7212.                 </div>
  7213.      
  7214.                 <div style="border-top: 0px none;" class="label">
  7215.                     Points
  7216.                 </div>
  7217.  
  7218.                 <div style="border-top: 0px none;" class="label">
  7219.                     Submissions
  7220.                 </div>
  7221.             </div>
  7222.             <div class="pageLeft scrollable questionNumbers">
  7223.                 <table>
  7224.                     <tbody><tr>
  7225.      
  7226.                         <th align="center" class="partNumber">
  7227.                             1
  7228.                         </th>
  7229.  
  7230.                     </tr>
  7231.      
  7232.                     <tr>
  7233.      
  7234.  
  7235.                         <td align="center" class="partPoints">
  7236.                        
  7237.  
  7238.  
  7239.  
  7240.  
  7241.                                 5
  7242.                  
  7243.  
  7244.                         </td>
  7245.                     </tr>
  7246.  
  7247.                     <tr>
  7248.                         <td align="center" class="partPoints">
  7249.                             1/10
  7250.                         </td>
  7251.                     </tr>
  7252.  
  7253.                 </tbody></table>
  7254.             </div>
  7255.  
  7256.             <div class="pageLeft">
  7257.                 <div style="border-top: 0px none;" class="label">
  7258.                     <strong>Total</strong>
  7259.                 </div>
  7260.                 <div style="border-top: 0px none;" class="label">
  7261.                     <strong>
  7262.                         5/5
  7263.                     </strong>
  7264.                 </div>
  7265.                 <div style="border-top: 0px none;" class="label">
  7266.                     &nbsp;
  7267.                 </div>
  7268.             </div>
  7269.  
  7270.         </div>
  7271.     </div>
  7272.  
  7273.  
  7274.     </div>
  7275.     <div class="standard qContent container">
  7276.         <div class="studentQuestionBox studentQuestionContent">
  7277.            
  7278. <a name="Q12"></a>
  7279.  
  7280.     A <font color="red">54.0</font>-mL volume of AgNO<sub>3</sub> solution contains <font color="red">0.0269</font> mol AgNO<sub>3</sub> (silver nitrate). What is the molarity of the solution?<br><a href="javascript:SIGFIGS_HELP()"><img border="0" title="WebAssign will check your answer for the correct number of significant figures." alt="WebAssign will check your answer for the correct number of significant figures." src="/v4images/sigfigs.gif"></a><span class="qTextField"><span class="tooltipBox">
  7281.  
  7282.  
  7283.  
  7284.  
  7285. <span class="box_num" title="Points: 5/5" style="display: none;">1</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RN_821649_11_0_825466','.498')}" dir="ltr" id="RN_821649_11_0_825466" autocomplete="off" size="10" value=".498" name="RN_821649_11_0_825466"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RN_821649_11_0_825466"> <i>M</i><br><div class="extraContent">
  7286.    
  7287. <p style="padding-left: 4px; padding-top: 12px;">
  7288. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  7289. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=154','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  7290. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/5552.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  7291. </p><p>
  7292.  
  7293. </p></div>
  7294.  
  7295.  
  7296.  
  7297.  
  7298.         <div class="qButtons container">
  7299.  
  7300.  
  7301.  
  7302.             <input type="submit" onclick="return submit_this('CJARBtCXCYDBDQAdBeCtBxDaCdAYDsAIEjExDxCPDNCyCvCICqDdClCYApATDiDyAvBTEvEYBgAnEyBRDQDgCoBbBNArBNDRCwDqBDDfBrAiAjBNCNBLAOCoCkAkAPAaEEBHBpCBEjCsCOExAdDLBkCGAxAFEmBlEIArDxAdCSDABtAbAeCbBsAuCHDkASCtCqDBCECl',true,'');" class="sButton" value="Submit New Answers To Question 12" name="Submit11" id="sub11">
  7303.  
  7304.  
  7305.  
  7306.             <input type="submit" onclick="return submit_this('EXBQDSBLCwDAAuAJDfBaATDQEnEQAQDVDHDjBVDGDgDUAtAaAtEDBKCnBLBuESCwELCXCQBbBNEUEPDLCkDEBdDVBTCCEGBXANCQAlCoEfCBBxElDRElANBIApDcBCCdDmAYEdCfAhCREQEYBsErBTDSEODXEUEABECUCkBDCuDevVBkDLDkAjCeDeBEECBIBV',true,'')" class="sButton" value="Save Work" name="Save11">
  7307.  
  7308.  
  7309.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=ADDnENDECgAPAsANEPASBYCSEIuUBuAwByCDCaEmyYDuCBCQCrEdBaBHCXBoABBNCGDyCFDFBhCsAAEIEcBlDVCYEUCeAPCODdAXDwBjEGEuExBOEoAdAtCWCVCmBVDgAyyYvVCaCuDQEHEmEWAxCeDEBWCjERCeAhAhCdAlBpBQCpAbASCvDlDSCRAMAWEQDTEfCUEqEMDxBHAvAsBqCEBoAhBBCBDQCQArAuEFDxCkCDBl&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice11','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice11" id="Practice11">
  7310.  
  7311.         </div>
  7312.  
  7313.  
  7314.  
  7315.         </div>
  7316.     </div>
  7317.     <div class="qButtons container"></div>
  7318. </div>
  7319.  
  7320.  
  7321.  
  7322. <br>
  7323.  
  7324.  
  7325.  
  7326.  
  7327.  
  7328.  
  7329.  
  7330.  
  7331. <div class="waQBox container" id="question13">
  7332.     <div class="top container">
  7333.         <div class="left"></div>
  7334.         <div class="right"></div>
  7335.         <div class="border"></div>
  7336.         <div class="title">
  7337.             <span class="qNum">13.</span>
  7338.  
  7339.  
  7340.  
  7341.  
  7342.  
  7343.  
  7344.  
  7345.            
  7346.  
  7347.         <span width="100%" class="leftBarTitle">
  7348.  
  7349.             <span style="margin-right: 15px;" class="pageLeft">
  7350.                 <a href="javascript:doDetail('12')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_12">
  7351.                     <strong>
  7352.  
  7353.                         5/5 points
  7354.                     </strong>
  7355.                 </a>
  7356.             </span>
  7357.             <span class="dashBoardItem">
  7358.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=CHBjAtAFDvDWAwBNDEBpAEDKCPDNAjEHDLCWBXEsCxAJDeCtElEWDHAJAJENExCyCyBGEEDPAkAvEvBHDXzZCqAiDcEnDJCcCiEsCaASDPEeDWEHErCgzZDCCfEsALEkDACgAjEvDpAWBgCQCQAgDPBIEFDSBxBcEPAkEAzUEEEXCsAuzZDdCvEuCpDuDkDjBaDJAPAGAL&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_12','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  7359.             </span>
  7360.             <span class="dashBoardItem">
  7361.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=12&amp;struct=DACyAQAVENEPDkEcANEsDPAkEHBPBYAwAlAcAEyYEYAQCSDfAdDrCkCBAeCtAoCSAhBMARCaEjEgEaANAhBVBPEwDyEWCuCDvVEgCHETAtDIDtCHACCIAPCjDsCgBUAfEoAHBlCiEmEtEyBuDRBgBpBUEKAUBJAvAPAIBaEvDAEBCKEdBfBSDRAtEgBKCuDQBwwWAvBwBB&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_12','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_12">
  7362.                     <strong>Notes</strong>
  7363.                 </a>
  7364.             </span>
  7365.  
  7366.  
  7367.         </span>
  7368.  
  7369.  
  7370.         <span class="qTitleRight">
  7371.             <span class="dashBoardItem">
  7372.                 Question: EbGam9 4.PP.073.
  7373.             </span>
  7374.             <span>
  7375.                
  7376.             </span>
  7377.         </span>
  7378.  
  7379.  
  7380.  
  7381.         </div>
  7382.     </div>
  7383.     <div class="bottom">
  7384.         <div class="left"></div>
  7385.         <div class="right"></div>
  7386.         <div class="border"></div>
  7387.     </div>
  7388.     <div class="preContent container">
  7389.        
  7390.  
  7391.     <div class="qdetails container" id="detail_12">
  7392.        
  7393.        
  7394.    
  7395.         <div class="container questionPartNumberRow">
  7396.             <div class="pageLeft">
  7397.                 <div style="border-top: 0px none;" class="label">
  7398.                     Question part
  7399.                 </div>
  7400.      
  7401.                 <div style="border-top: 0px none;" class="label">
  7402.                     Points
  7403.                 </div>
  7404.  
  7405.                 <div style="border-top: 0px none;" class="label">
  7406.                     Submissions
  7407.                 </div>
  7408.             </div>
  7409.             <div class="pageLeft scrollable questionNumbers">
  7410.                 <table>
  7411.                     <tbody><tr>
  7412.      
  7413.                         <th align="center" class="partNumber">
  7414.                             1
  7415.                         </th>
  7416.  
  7417.                     </tr>
  7418.      
  7419.                     <tr>
  7420.      
  7421.  
  7422.                         <td align="center" class="partPoints">
  7423.                        
  7424.  
  7425.  
  7426.  
  7427.  
  7428.                                 5
  7429.                  
  7430.  
  7431.                         </td>
  7432.                     </tr>
  7433.  
  7434.                     <tr>
  7435.                         <td align="center" class="partPoints">
  7436.                             1/10
  7437.                         </td>
  7438.                     </tr>
  7439.  
  7440.                 </tbody></table>
  7441.             </div>
  7442.  
  7443.             <div class="pageLeft">
  7444.                 <div style="border-top: 0px none;" class="label">
  7445.                     <strong>Total</strong>
  7446.                 </div>
  7447.                 <div style="border-top: 0px none;" class="label">
  7448.                     <strong>
  7449.                         5/5
  7450.                     </strong>
  7451.                 </div>
  7452.                 <div style="border-top: 0px none;" class="label">
  7453.                     &nbsp;
  7454.                 </div>
  7455.             </div>
  7456.  
  7457.         </div>
  7458.     </div>
  7459.  
  7460.  
  7461.     </div>
  7462.     <div class="standard qContent container">
  7463.         <div class="studentQuestionBox studentQuestionContent">
  7464.            
  7465. <a name="Q13"></a>
  7466.  
  7467.     An experiment calls for <font color="red">0.0388</font> g of potassium hydroxide, KOH. How many milliliters of <font color="red">0.0180</font> <i>M</i> KOH are required?<br><a href="javascript:SIGFIGS_HELP()"><img border="0" title="WebAssign will check your answer for the correct number of significant figures." alt="WebAssign will check your answer for the correct number of significant figures." src="/v4images/sigfigs.gif"></a><span class="qTextField"><span class="tooltipBox">
  7468.  
  7469.  
  7470.  
  7471.  
  7472. <span class="box_num" title="Points: 5/5" style="display: none;">1</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RN_821766_12_0_825583','38.4')}" dir="ltr" id="RN_821766_12_0_825583" autocomplete="off" size="10" value="38.4" name="RN_821766_12_0_825583"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RN_821766_12_0_825583"> mL<br><div class="extraContent">
  7473.    
  7474. <p style="padding-left: 4px; padding-top: 12px;">
  7475. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  7476. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=154','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  7477. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/5552.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  7478. </p><p>
  7479.  
  7480. </p></div>
  7481.  
  7482.  
  7483.  
  7484.  
  7485.         <div class="qButtons container">
  7486.  
  7487.  
  7488.  
  7489.             <input type="submit" onclick="return submit_this('DRBrCUBcCsBPEaEeDnDYESDKENCvEXCmEJANDnDyDVBfDOEeBkENBFDyElBWAeuUCtCkEwDXCMARDTErCqDqBKARCfDtETEaEnDjBnAjDGEWChDxARBsAiBkCRAgDEAnBVCeENAjCXAmAWAbCIBjDQBFCYAjDVEFDUENCjDHAdEiCwCHEPECAOBfEQAoDIBoCnAmEoEh',true,'');" class="sButton" value="Submit New Answers To Question 13" name="Submit12" id="sub12">
  7490.  
  7491.  
  7492.  
  7493.             <input type="submit" onclick="return submit_this('BSBWBHDgEREPBjALEwAfDgAIEpDLBLDgAsAbEGAXClDOAIDVDhBFDjBODYzUEUAUBiDnChDICDDtCDDVBqAFCsBpBlCECUBnCGBmCjDADVAdAoDQBQAJBcDIEWEFECDaBsExEMAxBSCMAsDQAsAHBXCcEJEnDkBvCCAGBxDsADDhALDKEeDLDDDAEJAoDCBoAa',true,'')" class="sButton" value="Save Work" name="Save12">
  7494.  
  7495.  
  7496.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=BCEpEbBDBgENEkCOAeDnwWEtCkCYDSBlCVCXEiAOCUBuAFEqCUAGEPCYBkBSDoENDGCbAiEaCBDUDCCWDaBmCwChBJBUCAAuCECeEhCuDlCfCMEBCGEbBkBcCdEtDGAWEWBYAMCOCXDmBIDiDgAOAfzZEwBECoDFCODTACESzUDSAyDPDhAsDWBxAqEWEhANAbDyCqDduUBRBjBQBcBQAMAtErApvVzZCcAJAoCxAczZAjCC&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice12','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice12" id="Practice12">
  7497.  
  7498.         </div>
  7499.  
  7500.  
  7501.  
  7502.         </div>
  7503.     </div>
  7504.     <div class="qButtons container"></div>
  7505. </div>
  7506.  
  7507.  
  7508.  
  7509. <br>
  7510.  
  7511.  
  7512.  
  7513.  
  7514.  
  7515.  
  7516.  
  7517.  
  7518. <div class="waQBox container" id="question14">
  7519.     <div class="top container">
  7520.         <div class="left"></div>
  7521.         <div class="right"></div>
  7522.         <div class="border"></div>
  7523.         <div class="title">
  7524.             <span class="qNum">14.</span>
  7525.  
  7526.  
  7527.  
  7528.  
  7529.  
  7530.  
  7531.  
  7532.            
  7533.  
  7534.         <span width="100%" class="leftBarTitle">
  7535.  
  7536.             <span style="margin-right: 15px;" class="pageLeft">
  7537.                 <a href="javascript:doDetail('13')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_13">
  7538.                     <strong>
  7539.  
  7540.                         5/5 points
  7541.                     </strong>
  7542.                 </a>
  7543.             </span>
  7544.             <span class="dashBoardItem">
  7545.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=ETEWBYDYEIEEDhBpEAEIApEHDrBjDfAwBhAKADBjAQAsAUAWBEErEqDTAgDNDRCHCIBtCcBwAdBtDKATCjAiEkDnDUBjDtBPClApCvCdBkDUEXBBBsAwCYEyBcAFAuBLEdEQELEWCaBCCKDeAiAuEDEjvVAyBEBbCQDeCcBpEFAcALDQACDhChCLBFAPEwAwEuzZBjuUEd&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_13','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  7546.             </span>
  7547.             <span class="dashBoardItem">
  7548.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=13&amp;struct=EPBrwWDrBNCtDKAuAFDHAREnCNCNEyEQCrERAqBREHBMCbBjEtBpCtEnCDBjAfDFBGDRCGCwEbBxDPBMAvECCCExDVANDbBdCXEMAlDjAJEdBMBaCIElAxCHAWESAkDrCrDxETBJEfEGDjBbEgCSBGAcEGBaEjAUBxBCERBaCDEMEjAfCSEsEFCYDmEeBJDxAEEYAoBqAE&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_13','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_13">
  7549.                     <strong>Notes</strong>
  7550.                 </a>
  7551.             </span>
  7552.  
  7553.  
  7554.         </span>
  7555.  
  7556.  
  7557.         <span class="qTitleRight">
  7558.             <span class="dashBoardItem">
  7559.                 Question: EbGam9 4.PP.079.
  7560.             </span>
  7561.             <span>
  7562.                
  7563.             </span>
  7564.         </span>
  7565.  
  7566.  
  7567.  
  7568.         </div>
  7569.     </div>
  7570.     <div class="bottom">
  7571.         <div class="left"></div>
  7572.         <div class="right"></div>
  7573.         <div class="border"></div>
  7574.     </div>
  7575.     <div class="preContent container">
  7576.        
  7577.  
  7578.     <div class="qdetails container" id="detail_13">
  7579.        
  7580.        
  7581.    
  7582.         <div class="container questionPartNumberRow">
  7583.             <div class="pageLeft">
  7584.                 <div style="border-top: 0px none;" class="label">
  7585.                     Question part
  7586.                 </div>
  7587.      
  7588.                 <div style="border-top: 0px none;" class="label">
  7589.                     Points
  7590.                 </div>
  7591.  
  7592.                 <div style="border-top: 0px none;" class="label">
  7593.                     Submissions
  7594.                 </div>
  7595.             </div>
  7596.             <div class="pageLeft scrollable questionNumbers">
  7597.                 <table>
  7598.                     <tbody><tr>
  7599.      
  7600.                         <th align="center" class="partNumber">
  7601.                             1
  7602.                         </th>
  7603.  
  7604.                     </tr>
  7605.      
  7606.                     <tr>
  7607.      
  7608.  
  7609.                         <td align="center" class="partPoints">
  7610.                        
  7611.  
  7612.  
  7613.  
  7614.  
  7615.                                 5
  7616.                  
  7617.  
  7618.                         </td>
  7619.                     </tr>
  7620.  
  7621.                     <tr>
  7622.                         <td align="center" class="partPoints">
  7623.                             2/10
  7624.                         </td>
  7625.                     </tr>
  7626.  
  7627.                 </tbody></table>
  7628.             </div>
  7629.  
  7630.             <div class="pageLeft">
  7631.                 <div style="border-top: 0px none;" class="label">
  7632.                     <strong>Total</strong>
  7633.                 </div>
  7634.                 <div style="border-top: 0px none;" class="label">
  7635.                     <strong>
  7636.                         5/5
  7637.                     </strong>
  7638.                 </div>
  7639.                 <div style="border-top: 0px none;" class="label">
  7640.                     &nbsp;
  7641.                 </div>
  7642.             </div>
  7643.  
  7644.         </div>
  7645.     </div>
  7646.  
  7647.  
  7648.     </div>
  7649.     <div class="standard qContent container">
  7650.         <div class="studentQuestionBox studentQuestionContent">
  7651.            
  7652. <a name="Q14"></a>
  7653.  
  7654.     You wish to prepare <font color="red">0.12</font> <i>M</i> HNO<sub>3</sub> from a stock solution of nitric acid that is <font color="red">15.0</font> <i>M</i>. How many milliliters of the stock solution do you require to make up 1.00 L of <font color="red">0.12</font> <i>M</i> HNO<sub>3</sub>?<br><a href="javascript:SIGFIGS_HELP()"><img border="0" title="WebAssign will check your answer for the correct number of significant figures." alt="WebAssign will check your answer for the correct number of significant figures." src="/v4images/sigfigs.gif"></a><span class="qTextField"><span class="tooltipBox">
  7655.  
  7656.  
  7657.  
  7658.  
  7659. <span class="box_num" title="Points: 5/5" style="display: none;">1</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RN_821716_13_0_825533','8.0')}" dir="ltr" id="RN_821716_13_0_825533" autocomplete="off" size="10" value="8.0" name="RN_821716_13_0_825533"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RN_821716_13_0_825533"> mL<br><div class="extraContent">
  7660.    
  7661. <p style="padding-left: 4px; padding-top: 12px;">
  7662. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  7663. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=156','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  7664. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/5552.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  7665. </p><p>
  7666.  
  7667. </p></div>
  7668.  
  7669.  
  7670.  
  7671.  
  7672.         <div class="qButtons container">
  7673.  
  7674.  
  7675.  
  7676.             <input type="submit" onclick="return submit_this('CEBPCqELCkCyCFEFErCcALCwDmDUAtDnCgAkAoDEDGEDAVAoCvChCQDWDaDHAYEoBsCsALDrAGCBAMDIEVDPBeAtCFBFEIAuELDTAJEKERzZAlCQBbCcCmAtEVAGAcESCcDMEYCTBDEuAaEgEKDVDXEOACAyDlBNBKDdECEsAUEPEoAPDFExDOAxAICYCqCTDbEoCKEP',true,'');" class="sButton" value="Submit New Answers To Question 14" name="Submit13" id="sub13">
  7677.  
  7678.  
  7679.  
  7680.             <input type="submit" onclick="return submit_this('AlBpBJBRDAEpCaARBWDjCRAMCPAsBJDfBXBmBoDfAFBvCiCJDoCuBeAMDBCTBjEMCEAjDvCeDABJBgCuEXBOEyCLCcDCEeEEABEaAnANBNAdAAEqEQBhBqBJAUCIBbEIEOzZCYuUAhBQAsCdAsBAElCBBQExBwCWArEADJEVDpzUCaBQAjCMCfCgDuDcErDkBN',true,'')" class="sButton" value="Save Work" name="Save13">
  7681.  
  7682.  
  7683.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=EiBPCdAPCHCSAwCOBSERBWDlAPAxBpAsDaCeDVCfCbErBMEKBKEiDgCUChCPDpDMEsCYDuCkArBMDkBLDvCjDfADBTAsBrAeDgCwEKEPDfAXBIEeBUzZBVBXDJCCBjAvEYAHDkDsBcCrAqBMEQDfDICNEPCdDFDGACCREQDUBYEGAwBUBMDiCaCmAbEtCGBfAqDYAhCmDQCMEEAcBnAqAIEbEmAgCUDKEHAmEBDICCAfEmDp&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice13','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice13" id="Practice13">
  7684.  
  7685.         </div>
  7686.  
  7687.  
  7688.  
  7689.         </div>
  7690.     </div>
  7691.     <div class="qButtons container"></div>
  7692. </div>
  7693.  
  7694.  
  7695.  
  7696. <br>
  7697.  
  7698.  
  7699.  
  7700.  
  7701.  
  7702.  
  7703.  
  7704.  
  7705. <div class="waQBox container" id="question15">
  7706.     <div class="top container">
  7707.         <div class="left"></div>
  7708.         <div class="right"></div>
  7709.         <div class="border"></div>
  7710.         <div class="title">
  7711.             <span class="qNum">15.</span>
  7712.  
  7713.  
  7714.  
  7715.  
  7716.  
  7717.  
  7718.  
  7719.            
  7720.  
  7721.         <span width="100%" class="leftBarTitle">
  7722.  
  7723.             <span style="margin-right: 15px;" class="pageLeft">
  7724.                 <a href="javascript:doDetail('14')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_14">
  7725.                     <strong>
  7726.  
  7727.                         5/5 points
  7728.                     </strong>
  7729.                 </a>
  7730.             </span>
  7731.             <span class="dashBoardItem">
  7732.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=CkElAwBaBqCTAvAcDKEgAvBFCTAXDfEGEqAKDkBuAWAhDsETDjAFBvEGBfBWCVEmEJATElEpDLBYAeABAgAPBoEWEQAVDvAkBfCYBXAwAsDjDJCtDoAnCTCQCdBpDCDBEJDjBVDhCxBOArBAAaEcArCTBfEgBIDbDRAcCuDACOETDABtALCMEQDMAsCDEbDyCKCxBkEjAj&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_14','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  7733.             </span>
  7734.             <span class="dashBoardItem">
  7735.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=14&amp;struct=EwCgDaCEDUAcDbCLEJEgDNuUCpDqCvCfBpCTCmCUCLBaCdDcDhCLBXBKDxDCDeBMDYChACAfCmCKDxCpBOwWAQAqEUCQDODDBVAOCKBWEBEmCxDVEfDHExwWEJCtzZDrwWDuDFEsCRBHvVAiBAEHAbDsExAVElClDPCXEoBSCACDDNEOCjDkEuABCNCRANBeDnAaAcBpDA&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_14','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_14">
  7736.                     <strong>Notes</strong>
  7737.                 </a>
  7738.             </span>
  7739.  
  7740.  
  7741.         </span>
  7742.  
  7743.  
  7744.         <span class="qTitleRight">
  7745.             <span class="dashBoardItem">
  7746.                 Question: EbGam9 4.PP.080.
  7747.             </span>
  7748.             <span>
  7749.                
  7750.             </span>
  7751.         </span>
  7752.  
  7753.  
  7754.  
  7755.         </div>
  7756.     </div>
  7757.     <div class="bottom">
  7758.         <div class="left"></div>
  7759.         <div class="right"></div>
  7760.         <div class="border"></div>
  7761.     </div>
  7762.     <div class="preContent container">
  7763.        
  7764.  
  7765.     <div class="qdetails container" id="detail_14">
  7766.        
  7767.        
  7768.    
  7769.         <div class="container questionPartNumberRow">
  7770.             <div class="pageLeft">
  7771.                 <div style="border-top: 0px none;" class="label">
  7772.                     Question part
  7773.                 </div>
  7774.      
  7775.                 <div style="border-top: 0px none;" class="label">
  7776.                     Points
  7777.                 </div>
  7778.  
  7779.                 <div style="border-top: 0px none;" class="label">
  7780.                     Submissions
  7781.                 </div>
  7782.             </div>
  7783.             <div class="pageLeft scrollable questionNumbers">
  7784.                 <table>
  7785.                     <tbody><tr>
  7786.      
  7787.                         <th align="center" class="partNumber">
  7788.                             1
  7789.                         </th>
  7790.  
  7791.                     </tr>
  7792.      
  7793.                     <tr>
  7794.      
  7795.  
  7796.                         <td align="center" class="partPoints">
  7797.                        
  7798.  
  7799.  
  7800.  
  7801.  
  7802.                                 5
  7803.                  
  7804.  
  7805.                         </td>
  7806.                     </tr>
  7807.  
  7808.                     <tr>
  7809.                         <td align="center" class="partPoints">
  7810.                             1/10
  7811.                         </td>
  7812.                     </tr>
  7813.  
  7814.                 </tbody></table>
  7815.             </div>
  7816.  
  7817.             <div class="pageLeft">
  7818.                 <div style="border-top: 0px none;" class="label">
  7819.                     <strong>Total</strong>
  7820.                 </div>
  7821.                 <div style="border-top: 0px none;" class="label">
  7822.                     <strong>
  7823.                         5/5
  7824.                     </strong>
  7825.                 </div>
  7826.                 <div style="border-top: 0px none;" class="label">
  7827.                     &nbsp;
  7828.                 </div>
  7829.             </div>
  7830.  
  7831.         </div>
  7832.     </div>
  7833.  
  7834.  
  7835.     </div>
  7836.     <div class="standard qContent container">
  7837.         <div class="studentQuestionBox studentQuestionContent">
  7838.            
  7839. <a name="Q15"></a>
  7840.  
  7841.    
  7842.  
  7843. A chemist wants to prepare <font color="red">0.59</font> <i>M</i> HCl. Commercial hydrochloric acid is 12.4 <i>M</i>. How many milliliters of the commercial acid does the chemist require to make up <font color="red">1.54</font> L of the dilute acid?<br>
  7844. <a href="javascript:SIGFIGS_HELP()"><img border="0" title="WebAssign will check your answer for the correct number of significant figures." alt="WebAssign will check your answer for the correct number of significant figures." src="/v4images/sigfigs.gif"></a><span class="qTextField"><span class="tooltipBox">
  7845.  
  7846.  
  7847.  
  7848.  
  7849. <span class="box_num" title="Points: 5/5" style="display: none;">1</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RN_817555_14_0_821372','73')}" dir="ltr" id="RN_817555_14_0_821372" autocomplete="off" size="10" value="73" name="RN_817555_14_0_821372"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RN_817555_14_0_821372"> mL<br><div class="extraContent">
  7850.    
  7851. <p style="padding-left: 4px; padding-top: 12px;">
  7852. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  7853. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=156','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  7854. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/5552.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  7855. </p><p>
  7856.  
  7857. </p></div>
  7858.  
  7859.  
  7860.  
  7861.  
  7862.         <div class="qButtons container">
  7863.  
  7864.  
  7865.  
  7866.             <input type="submit" onclick="return submit_this('CuDtAFBxEeDoEdETCGBIAQCcBtAVEKBHEaBSEkBLElEWBLEJEACiByAbCABcETClECBDEmDcDDCjCkBhEOABDSBaEDCbBvELCTBmECDUBSCVCQCmBjDKApDaDoCiCFEIBeAxAvDJCHDbBrCEEXEHBKAsCgEcBWEoEmAECUCuAvDKBRCCBtEHDiADDnBrBWCeEXBlDMDH',true,'');" class="sButton" value="Submit New Answers To Question 15" name="Submit14" id="sub14">
  7867.  
  7868.  
  7869.  
  7870.             <input type="submit" onclick="return submit_this('AlDxAeARDSuUCMCHAaDhBqDrBuDUDozZBYEBAwDTCDBKDxETCpDHDbCiEiETErALAtCuAmBxDDBADSENASDFBmEvBjEoEPAqEgAMCfBgDyAtyYAcByBIBwCqAJANDhADEiBIExDIBREEDEAXDrDyATCJEEzZCgAlCYEeBXCUAuETDhEXCcBoELCnEuBHEHBLED',true,'')" class="sButton" value="Save Work" name="Save14">
  7871.  
  7872.  
  7873.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=DlBSAMERCqAWCKDFBmEFBJEbEABLCTAACBAxDdAFzZCQAuAfASANBJDGBWDeCWAkDywWDeAYCaBTCrATBhAmBJCBEmDABAEdDQDcCgCgBxDdDxEiEyBABRDNDRBLAFBTAXCLvVCQEiDKEJBtAqCBBdCBAeCFBpCiDkBjEFDjCsBiDPBuBaBmDWEqBDDFEjALCqERBvCnBxDSzZBrDdEeEqCOASDPCnAnDFAgAQCoCtCkEQCL&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice14','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice14" id="Practice14">
  7874.  
  7875.         </div>
  7876.  
  7877.  
  7878.  
  7879.         </div>
  7880.     </div>
  7881.     <div class="qButtons container"></div>
  7882. </div>
  7883.  
  7884.  
  7885.  
  7886. <br>
  7887.  
  7888.  
  7889.  
  7890.  
  7891.  
  7892.  
  7893.  
  7894.  
  7895. <div class="waQBox container" id="question16">
  7896.     <div class="top container">
  7897.         <div class="left"></div>
  7898.         <div class="right"></div>
  7899.         <div class="border"></div>
  7900.         <div class="title">
  7901.             <span class="qNum">16.</span>
  7902.  
  7903.  
  7904.  
  7905.  
  7906.  
  7907.  
  7908.  
  7909.            
  7910.  
  7911.         <span width="100%" class="leftBarTitle">
  7912.  
  7913.             <span style="margin-right: 15px;" class="pageLeft">
  7914.                 <a href="javascript:doDetail('15')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_15">
  7915.                     <strong>
  7916.  
  7917.                         5/5 points
  7918.                     </strong>
  7919.                 </a>
  7920.             </span>
  7921.             <span class="dashBoardItem">
  7922.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=CXCbBEEGBuENEXEHBTDtCkCPEkAmCsEaBeCdEdDbATCjDeBGApAJDgBlAKEwBCDsDhBjAACTEOCBBiDIEyEGByDTEYBUCTCeDkDRBPDfBLAvErBXDTCoBRDMAcEqEKDeCSASEABRDCBfDCBXDMARDsDUAIEcAAAgEnDcEdEwAWAgBsEWENEpDhBjEMDxDCDREgBLDFAeAk&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_15','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  7923.             </span>
  7924.             <span class="dashBoardItem">
  7925.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=15&amp;struct=DEExEsCJALEiELBQEhEuEBBbDFBmCNEEEWAdCpDSDODxDlACCLBIEsAHDsCBBDCLCjDkEuBFCFAyEKAMDECPBvAPEmDhCcAWBbDjDLBWDUCUEyEWASDcCQAHCUEbAECuEaBtEdEfANDiEOEtEwChBRAODkEIDrEKANBiEFDmBhBhDSDCEAAxCVCvAJAQDkBMEwAMEjCFCo&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_15','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_15">
  7926.                     <strong>Notes</strong>
  7927.                 </a>
  7928.             </span>
  7929.  
  7930.  
  7931.         </span>
  7932.  
  7933.  
  7934.         <span class="qTitleRight">
  7935.             <span class="dashBoardItem">
  7936.                 Question: EbGam9 4.PP.090.
  7937.             </span>
  7938.             <span>
  7939.                
  7940.             </span>
  7941.         </span>
  7942.  
  7943.  
  7944.  
  7945.         </div>
  7946.     </div>
  7947.     <div class="bottom">
  7948.         <div class="left"></div>
  7949.         <div class="right"></div>
  7950.         <div class="border"></div>
  7951.     </div>
  7952.     <div class="preContent container">
  7953.        
  7954.  
  7955.     <div class="qdetails container" id="detail_15">
  7956.        
  7957.        
  7958.    
  7959.         <div class="container questionPartNumberRow">
  7960.             <div class="pageLeft">
  7961.                 <div style="border-top: 0px none;" class="label">
  7962.                     Question part
  7963.                 </div>
  7964.      
  7965.                 <div style="border-top: 0px none;" class="label">
  7966.                     Points
  7967.                 </div>
  7968.  
  7969.                 <div style="border-top: 0px none;" class="label">
  7970.                     Submissions
  7971.                 </div>
  7972.             </div>
  7973.             <div class="pageLeft scrollable questionNumbers">
  7974.                 <table>
  7975.                     <tbody><tr>
  7976.      
  7977.                         <th align="center" class="partNumber">
  7978.                             1
  7979.                         </th>
  7980.  
  7981.                     </tr>
  7982.      
  7983.                     <tr>
  7984.      
  7985.  
  7986.                         <td align="center" class="partPoints">
  7987.                        
  7988.  
  7989.  
  7990.  
  7991.  
  7992.                                 5
  7993.                  
  7994.  
  7995.                         </td>
  7996.                     </tr>
  7997.  
  7998.                     <tr>
  7999.                         <td align="center" class="partPoints">
  8000.                             2/10
  8001.                         </td>
  8002.                     </tr>
  8003.  
  8004.                 </tbody></table>
  8005.             </div>
  8006.  
  8007.             <div class="pageLeft">
  8008.                 <div style="border-top: 0px none;" class="label">
  8009.                     <strong>Total</strong>
  8010.                 </div>
  8011.                 <div style="border-top: 0px none;" class="label">
  8012.                     <strong>
  8013.                         5/5
  8014.                     </strong>
  8015.                 </div>
  8016.                 <div style="border-top: 0px none;" class="label">
  8017.                     &nbsp;
  8018.                 </div>
  8019.             </div>
  8020.  
  8021.         </div>
  8022.     </div>
  8023.  
  8024.  
  8025.     </div>
  8026.     <div class="standard qContent container">
  8027.         <div class="studentQuestionBox studentQuestionContent">
  8028.            
  8029. <a name="Q16"></a>
  8030.  
  8031.    
  8032.  A flask contains <font color="red">51.4</font> mL of 0.150 <i>M</i> Ca(OH)<sub>2</sub> (calcium hydroxide). How many milliliters of <font color="red">0.343</font> <i>M</i> Na<sub>2</sub>CO<sub>3</sub> (sodium carbonate) are required to react completely with the calcium hydroxide in the following reaction?
  8033. <div class="figure">
  8034.     Na<sub>2</sub>CO<sub>3</sub>(<i>aq</i>) + Ca(OH)<sub>2</sub>(<i>aq</i>) <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span> CaCO<sub>3</sub>(<i>s</i>) + 2 NaOH(<i>aq</i>)
  8035. </div>
  8036. <a href="javascript:SIGFIGS_HELP()"><img border="0" title="WebAssign will check your answer for the correct number of significant figures." alt="WebAssign will check your answer for the correct number of significant figures." src="/v4images/sigfigs.gif"></a><span class="qTextField"><span class="tooltipBox">
  8037.  
  8038.  
  8039.  
  8040.  
  8041. <span class="box_num" title="Points: 5/5" style="display: none;">1</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RN_817546_15_0_821363','22.5')}" dir="ltr" id="RN_817546_15_0_821363" autocomplete="off" size="10" value="22.5" name="RN_817546_15_0_821363"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RN_817546_15_0_821363"> mL<br><div class="extraContent">
  8042.    
  8043. <p style="padding-left: 4px; padding-top: 12px;">
  8044. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  8045. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=160','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  8046. </p><p>
  8047.  
  8048. </p></div>
  8049.  
  8050.  
  8051.  
  8052.  
  8053.         <div class="qButtons container">
  8054.  
  8055.  
  8056.  
  8057.             <input type="submit" onclick="return submit_this('EuCRAODmBgDmCUCJBADCAWDEAMEKEgEtATDRCmAvCdDoCRDDDRBsERAeBaCEBWDrCpAUEKELCxDACYBTBtEhBwEiABDuEkCMDXChCfESDxvVAWAmAwAUEUEcDgEvEoECALzUBRAGAACTArDmBAEUBDDnAgCUDGDtETAUzZBHAbDgBLBjEFBVDlCeBuBVEbDuAlCnBqCb',true,'');" class="sButton" value="Submit New Answers To Question 16" name="Submit15" id="sub15">
  8058.  
  8059.  
  8060.  
  8061.             <input type="submit" onclick="return submit_this('EgEtEHBqEkBJDgAvBTBIBmAEDREoCcCmAlEIBmEaDfEeAEBpClAKDiAgCEEPAqAMAoCNDRAcEsAwErDqCgBWEjCKCDAEBBDHEGEjDRCbAPEkCPDLESCoAkCqDjAYAiEODsAECtCICKEtCECUCPARBIDlAbCjEHCHEOAkEMBOCeBqDsDnAbzUAKCPEoCFBDEjAi',true,'')" class="sButton" value="Save Work" name="Save15">
  8062.  
  8063.  
  8064.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=COByBtEcBNEpDxAOAICbDFEvBHDXDuAAEODPDlAjCICgBxCCCqDODIDPBECbERCOAwDsEICdEbAeDEAVDVAGvVEBEmEGBsEyBKArAsCOEkBywWBxAfBGDwARADEqEgDcBTBLvVDCDKEhCDCTEvBcAABKCRBxEEDrEaCfAhBYEJDaCYyYDyEpAeCOCNAWCGCFDKDwCcDdBFEQBGCWAJArCYDhDsBWAlDCAgDaBlDiCGDICVEW&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice15','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice15" id="Practice15">
  8065.  
  8066.         </div>
  8067.  
  8068.  
  8069.  
  8070.         </div>
  8071.     </div>
  8072.     <div class="qButtons container"></div>
  8073. </div>
  8074.  
  8075.  
  8076.  
  8077. <br>
  8078.  
  8079.  
  8080.  
  8081.  
  8082.  
  8083.  
  8084.  
  8085.  
  8086. <div class="waQBox container" id="question17">
  8087.     <div class="top container">
  8088.         <div class="left"></div>
  8089.         <div class="right"></div>
  8090.         <div class="border"></div>
  8091.         <div class="title">
  8092.             <span class="qNum">17.</span>
  8093.  
  8094.  
  8095.  
  8096.  
  8097.  
  8098.  
  8099.  
  8100.            
  8101.  
  8102.         <span width="100%" class="leftBarTitle">
  8103.  
  8104.             <span style="margin-right: 15px;" class="pageLeft">
  8105.                 <a href="javascript:doDetail('16')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_16">
  8106.                     <strong>
  8107.  
  8108.                         5/5 points
  8109.                     </strong>
  8110.                 </a>
  8111.             </span>
  8112.             <span class="dashBoardItem">
  8113.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=BjCEDtAmCcDSBuBvEBDwCBBtALEUEMABCaCCAyDbyYCbCWBNCdCyBYCiDIEpAFAYwWAhCiDpEgELDhAVBvCkDSBtEmEaAyAqBhAfEUBVDgCrDLCKEaCEEoDtANCqDvCDEIERCUCIAxAECmCUCcAXDMAbAuEOEKAaBEBDBSBMDUBvzZBpAiBNEOEABHDACWAmEaASAOBqCI&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_16','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  8114.             </span>
  8115.             <span class="dashBoardItem">
  8116.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=16&amp;struct=CwBVEVEaEfAPAQEWCrAxwWDQBBEyDXDKBeDJAIBYBMDTCbEsBOESCyBhAeBLDNBuAlCCBGDcDgBTAkDaBgEqCyAVBUEAEmAgDjBIESAkEECRAWEABACeBYALCgCvAICeEGBqEcDaAmCLBuClDlBpAWEGDlBDDVByEWEnCoDkDvDsDYEnCVBoBECfCTClENCkElClANBwAy&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_16','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_16">
  8117.                     <strong>Notes</strong>
  8118.                 </a>
  8119.             </span>
  8120.  
  8121.  
  8122.         </span>
  8123.  
  8124.  
  8125.         <span class="qTitleRight">
  8126.             <span class="dashBoardItem">
  8127.                 Question: EbGam9 4.PP.093.
  8128.             </span>
  8129.             <span>
  8130.                
  8131.             </span>
  8132.         </span>
  8133.  
  8134.  
  8135.  
  8136.         </div>
  8137.     </div>
  8138.     <div class="bottom">
  8139.         <div class="left"></div>
  8140.         <div class="right"></div>
  8141.         <div class="border"></div>
  8142.     </div>
  8143.     <div class="preContent container">
  8144.        
  8145.  
  8146.     <div class="qdetails container" id="detail_16">
  8147.        
  8148.        
  8149.    
  8150.         <div class="container questionPartNumberRow">
  8151.             <div class="pageLeft">
  8152.                 <div style="border-top: 0px none;" class="label">
  8153.                     Question part
  8154.                 </div>
  8155.      
  8156.                 <div style="border-top: 0px none;" class="label">
  8157.                     Points
  8158.                 </div>
  8159.  
  8160.                 <div style="border-top: 0px none;" class="label">
  8161.                     Submissions
  8162.                 </div>
  8163.             </div>
  8164.             <div class="pageLeft scrollable questionNumbers">
  8165.                 <table>
  8166.                     <tbody><tr>
  8167.      
  8168.                         <th align="center" class="partNumber">
  8169.                             1
  8170.                         </th>
  8171.  
  8172.                     </tr>
  8173.      
  8174.                     <tr>
  8175.      
  8176.  
  8177.                         <td align="center" class="partPoints">
  8178.                        
  8179.  
  8180.  
  8181.  
  8182.  
  8183.                                 5
  8184.                  
  8185.  
  8186.                         </td>
  8187.                     </tr>
  8188.  
  8189.                     <tr>
  8190.                         <td align="center" class="partPoints">
  8191.                             2/10
  8192.                         </td>
  8193.                     </tr>
  8194.  
  8195.                 </tbody></table>
  8196.             </div>
  8197.  
  8198.             <div class="pageLeft">
  8199.                 <div style="border-top: 0px none;" class="label">
  8200.                     <strong>Total</strong>
  8201.                 </div>
  8202.                 <div style="border-top: 0px none;" class="label">
  8203.                     <strong>
  8204.                         5/5
  8205.                     </strong>
  8206.                 </div>
  8207.                 <div style="border-top: 0px none;" class="label">
  8208.                     &nbsp;
  8209.                 </div>
  8210.             </div>
  8211.  
  8212.         </div>
  8213.     </div>
  8214.  
  8215.  
  8216.     </div>
  8217.     <div class="standard qContent container">
  8218.         <div class="studentQuestionBox studentQuestionContent">
  8219.            
  8220. <a name="Q17"></a>
  8221.  
  8222.    
  8223. A solution of hydrogen peroxide, H<sub>2</sub>O<sub>2</sub>, is titrated with a solution of potassium permanganate, KMnO<sub>4</sub>. The reaction is shown below.
  8224. <p class="figure">
  8225.     5 H<sub>2</sub>O<sub>2</sub>(<i>aq</i>) + 2 KMnO<sub>4</sub>(<i>aq</i>) + 3 H<sub>2</sub>SO<sub>4</sub>(<i>aq</i>) <span style="font: 1.3em/1.5em verdana,geneva,sans-serif;">&#8594;</span> 5 O<sub>2</sub>(<i>g</i>) + 2 MnSO<sub>4</sub>(<i>aq</i>) + K<sub>2</sub>SO<sub>4</sub>(<i>aq</i>) + 8 H<sub>2</sub>O(<i>l</i>)
  8226. </p>
  8227. It requires <font color="red">50.6</font> mL of <font color="red">0.125</font> <i>M</i> KMnO<sub>4</sub> to titrate <font color="red">20.0</font> g of the solution of hydrogen peroxide. What is the mass percentage of H<sub>2</sub>O<sub>2</sub> in the solution?<br>
  8228. <a href="javascript:SIGFIGS_HELP()"><img border="0" title="WebAssign will check your answer for the correct number of significant figures." alt="WebAssign will check your answer for the correct number of significant figures." src="/v4images/sigfigs.gif"></a><span class="qTextField"><span class="tooltipBox">
  8229.  
  8230.  
  8231.  
  8232.  
  8233. <span class="box_num" title="Points: 5/5" style="display: none;">1</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RN_821720_16_0_825537','2.69')}" dir="ltr" id="RN_821720_16_0_825537" autocomplete="off" size="5" value="2.69" name="RN_821720_16_0_825537"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RN_821720_16_0_825537">%<br><div class="extraContent">
  8234.    
  8235. <p style="padding-left: 4px; padding-top: 12px;">
  8236. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  8237. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=160','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  8238. </p><p>
  8239.  
  8240. </p></div>
  8241.  
  8242.  
  8243.  
  8244.  
  8245.         <div class="qButtons container">
  8246.  
  8247.  
  8248.  
  8249.             <input type="submit" onclick="return submit_this('AeEiBqDqByDSBsCjETEhCsDQAOCTDuCuAGDNAJCcBOCtBJCKDUEIArDLAbEdEVEBDVBFBKAuCpEECkBsCjuUATELADDhAQBfBWBgCUBGBoDPCICkEfASEEBHEPAQCkCeEFAcDGDWESASDrzUClAoDBCGCyAODCAaAbApDuCRCFEGAlChACDEEVCgAyBDCSAODuBvBOET',true,'');" class="sButton" value="Submit New Answers To Question 17" name="Submit16" id="sub16">
  8250.  
  8251.  
  8252.  
  8253.             <input type="submit" onclick="return submit_this('AEBOBOAKBsDAADCIDIDNDdEXEUBQDQEAEEBVBIDVAkESDJDlCaBQAiCaAABhEjBWDdAGClAUEaBoAJAQDsEGDLBNDVCeCSDCDhECAdEuBRBnEqEWCsCbDXAcAuDFBwEgDqBVCOEFCMDRAFByEnAMBtCfAjEoAUCyEOEgEiAeBlBxCNCBAdEuDTCgEdBhCEEwCY',true,'')" class="sButton" value="Save Work" name="Save16">
  8254.  
  8255.  
  8256.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=BMCiAvAIESEjBYEKCcAoChBbDoDlEPBcEVExDwDGCoCNBiAnCByYBQBaEXCLAwAtCBADCuBFBPBmBUEbExAyBkENDqCcAwEOEnApCpBuDjAJEvAGDXEhDKAnCmBsECBtECAtAsEPDwBRBXBJAJBPCMCIEjBABJAdCEESAUEHBaAuEUCWDTEOBoEaDlCPESCWBJAADlzUDEAuELBEEvBTElDVBqBjAUCrAyAxCPDxDxAvDeDO&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice16','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice16" id="Practice16">
  8257.  
  8258.         </div>
  8259.  
  8260.  
  8261.  
  8262.         </div>
  8263.     </div>
  8264.     <div class="qButtons container"></div>
  8265. </div>
  8266.  
  8267.  
  8268.  
  8269. <br>
  8270.  
  8271.  
  8272.  
  8273.  
  8274.  
  8275.  
  8276.  
  8277.  
  8278. <div class="waQBox container" id="question18">
  8279.     <div class="top container">
  8280.         <div class="left"></div>
  8281.         <div class="right"></div>
  8282.         <div class="border"></div>
  8283.         <div class="title">
  8284.             <span class="qNum">18.</span>
  8285.  
  8286.  
  8287.  
  8288.  
  8289.  
  8290.  
  8291.  
  8292.            
  8293.  
  8294.         <span width="100%" class="leftBarTitle">
  8295.  
  8296.             <span style="margin-right: 15px;" class="pageLeft">
  8297.                 <a href="javascript:doDetail('17')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_17">
  8298.                     <strong>
  8299.  
  8300.                         5/5 points
  8301.                     </strong>
  8302.                 </a>
  8303.             </span>
  8304.             <span class="dashBoardItem">
  8305.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=BmEyApDYEWEEDeDOABBHEyAuAjCPEgCtCaAIAsAbCiDyAMEWBeBvEyBhEVAiExBOCaAgEYEgEfAlCVDMAeAQEwCOAEAsDlBuDWABBHAIDFEIABBeBkCxAsBHDPDMDIEsDaAOBSEFAQClCbBMERBxECEYBpEkBTAGAnAqCMCtAgAdCEEABnAGBKCaAKCcEcCVEyBUBoBRAvCH&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_17','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  8306.             </span>
  8307.             <span class="dashBoardItem">
  8308.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=17&amp;struct=CXAMEnAbCWExDmBVAtDyAVEDEjAYCTAGDrDaCCBUAuDjBRBaEWCkAcBICtAayYDaDQDgDMELDYATEXwWCtAmAHDsCyAHCiDnCYCxAQBCDIACEYDFBtDrCnABDOCSACEazUDOEMESEDCyBnEDCREQAjEBEaArDICRCaBfElAaESDRBDCsBXCUBiBnDhCoBSAYDMEvDAAICJDS&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_17','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_17">
  8309.                     <strong>Notes</strong>
  8310.                 </a>
  8311.             </span>
  8312.  
  8313.  
  8314.         </span>
  8315.  
  8316.  
  8317.         <span class="qTitleRight">
  8318.             <span class="dashBoardItem">
  8319.                 Question: EbGam9 4.CP.028.
  8320.             </span>
  8321.             <span>
  8322.                 <select onchange="document.forms[0].course.value='100098,141054';document.forms[0].sid.value='';document.forms[0].struct.value='AlASBoElEWCmBxCMDHAlDOEgAtClAEAcCGBnAxAdDNCyAuCLDICWBfCUDYAyBXDQClBkCABlDECICCCDEmDvBXCtCQBhDTBrEoAJEHCVAAADBtEmEcBkDWEVBGDQBauUBPALEDBHAiDm';document.forms[0].display_level.value='question';document.forms[0].submit(this);" id="viewing_17" name="viewing_17">
  8323. <option selected="" value="c">View Last Response</option>
  8324. <option value="s">View Saved Work</option></select>
  8325.             </span>
  8326.         </span>
  8327.  
  8328.  
  8329.  
  8330.         </div>
  8331.     </div>
  8332.     <div class="bottom">
  8333.         <div class="left"></div>
  8334.         <div class="right"></div>
  8335.         <div class="border"></div>
  8336.     </div>
  8337.     <div class="preContent container">
  8338.        
  8339.  
  8340.     <div class="qdetails container" id="detail_17">
  8341.        
  8342.        
  8343.    
  8344.         <div class="container questionPartNumberRow">
  8345.             <div class="pageLeft">
  8346.                 <div style="border-top: 0px none;" class="label">
  8347.                     Question part
  8348.                 </div>
  8349.      
  8350.                 <div style="border-top: 0px none;" class="label">
  8351.                     Points
  8352.                 </div>
  8353.  
  8354.                 <div style="border-top: 0px none;" class="label">
  8355.                     Submissions
  8356.                 </div>
  8357.             </div>
  8358.             <div class="pageLeft scrollable questionNumbers">
  8359.                 <table>
  8360.                     <tbody><tr>
  8361.      
  8362.                         <th align="center" class="partNumber">
  8363.                             1
  8364.                         </th>
  8365.  
  8366.                     </tr>
  8367.      
  8368.                     <tr>
  8369.      
  8370.  
  8371.                         <td align="center" class="partPoints">
  8372.                        
  8373.  
  8374.  
  8375.  
  8376.  
  8377.                                 5
  8378.                  
  8379.  
  8380.                         </td>
  8381.                     </tr>
  8382.  
  8383.                     <tr>
  8384.                         <td align="center" class="partPoints">
  8385.                             3/10
  8386.                         </td>
  8387.                     </tr>
  8388.  
  8389.                 </tbody></table>
  8390.             </div>
  8391.  
  8392.             <div class="pageLeft">
  8393.                 <div style="border-top: 0px none;" class="label">
  8394.                     <strong>Total</strong>
  8395.                 </div>
  8396.                 <div style="border-top: 0px none;" class="label">
  8397.                     <strong>
  8398.                         5/5
  8399.                     </strong>
  8400.                 </div>
  8401.                 <div style="border-top: 0px none;" class="label">
  8402.                     &nbsp;
  8403.                 </div>
  8404.             </div>
  8405.  
  8406.         </div>
  8407.     </div>
  8408.  
  8409.  
  8410.     </div>
  8411.     <div class="standard qContent container">
  8412.         <div class="studentQuestionBox studentQuestionContent">
  8413.            
  8414. <a name="Q18"></a>
  8415.  
  8416.    
  8417.  
  8418.  
  8419.  
  8420.  
  8421. If one mole of the following compounds were each placed into separate beakers containing the same amount of water, rank the  <r>Cl</r>&#8254;(<i>aq</i>) concentrations from highest to lowest (Use the appropriate &lt;, =, or &gt; symbol to separate substances in the list.)
  8422. <div class="indent">
  8423.     KCl, AlCl<sub>3</sub>, PbCl<sub>2</sub>, NaCl, HCl
  8424. </div><br>
  8425.  
  8426.  
  8427.  
  8428.  
  8429.  
  8430.  
  8431.  
  8432.  
  8433.  
  8434.                         <!-- chemPad markup -->
  8435.                         <div class="chemPad container" id="chemPadRB_1188809_17_0_1192626">
  8436.                             <div class="top"><div><div></div></div></div>          
  8437.                             <div class="contentWrap container">
  8438.                                 <div class="titleBar container">
  8439.                                     <p class="left"><strong>chem</strong>Pad</p><p class="right"><a class="help" href="javascript:openWindow('http://www.webassign.net/v4cgi/help/pads/chem/chemHelp.tpl?UserPass=2cb13f32eb737e29050471a9799c6cbf','chemPadHelp','width=700,height=500,scrollbars=yes,resizable=yes');">Help</a></p>
  8440.                                 </div>
  8441.                                 <div class="content container">
  8442.                                     <div class="toolBar container">
  8443.                                         <ul class="tablet pad container" id="greekLowerWrap">
  8444.                                             <li class="sub subButton padButton"></li>
  8445.                                             <li class="sup supButton padButton"></li>
  8446.                                             <li class="forwardReaction forwardButton padButton"></li>
  8447.                                             <li class="equilibriumReaction equilibriumButton padButton"></li>
  8448.                                             <li class="reverseReaction reverseButton padButton"></li>
  8449.                                             <!--<li class='resonanceArrow resonanceArrowButton padButton'></li>-->
  8450.                                         </ul>
  8451.                                        
  8452.                                         <ul class="tablet greek pad container">
  8453.                                             <li class="expandButton">
  8454.                                                 <ul class="small container">
  8455.                                                     <li>
  8456.                                                         <ul class="c4 container">
  8457.                                                             <li class="deltaUpper sDeltaUpperCase padButton"></li>
  8458.                                                             <li class="piUpper sPiUpperCase padButton"></li>
  8459.                                                             <li class="sigmaUpper sSigmaUpperCase padButton"></li>
  8460.                                                             <li class="omegaUpper sOmegaUpperCase padButton"></li>
  8461.                                                         </ul>
  8462.                                                     </li>
  8463.                                                     <li>
  8464.                                                         <ul class="c18 container">
  8465.                                                             <li class="alphaLower sAlphaLowerCase padButton"></li>
  8466.                                                             <li class="betaLower sBetaLowerCase padButton"></li>
  8467.                                                             <li class="gammaLower sGammaLowerCase padButton"></li>
  8468.                                                             <li class="deltaLower sDeltaLowerCase padButton"></li>
  8469.                                                             <li class="epsilonLower sEpsilonLowerCase padButton"></li>
  8470.                                                             <li class="zetaLower sZetaLowerCase padButton"></li>
  8471.                                                             <li class="kappaLower sKappaLowerCase padButton"></li>
  8472.                                                             <li class="lambdaLower sLambdaLowerCase padButton"></li>
  8473.                                                             <li class="muLower sMuLowerCase padButton"></li>
  8474.                                                             <li class="nuLower sNuLowerCase padButton"></li>
  8475.                                                             <li class="piLower sPiLowerCase padButton"></li>
  8476.                                                             <li class="sigmaLower sSigmaLowerCase padButton"></li>
  8477.                                                             <li class="tauLower sTauLowerCase padButton"></li>
  8478.                                                             <li class="phiLower sPhiLowerCase padButton"></li>
  8479.                                                             <li class="chiLower sChiLowerCase padButton"></li>
  8480.                                                             <li class="psiLower sPsiLowerCase padButton"></li>
  8481.                                                             <li class="omegaLower sOmegaLowerCase padButton"></li>
  8482.                                                         </ul>
  8483.                                                     </li>
  8484.                                                 </ul>
  8485.                                             </li>
  8486.                                         </ul>
  8487.                                     </div>
  8488.                                
  8489.                                     <!-- console -->
  8490.                                     <div class="console">
  8491.                                         <div class="chemPreviewWrap container correct" style="margin: 0pt 0pt 1px;">
  8492.                                             <span class="chemPreview">AlCl<sub>3</sub>&nbsp;&gt;&nbsp;HCl&nbsp;=&nbsp;KCl&nbsp;=&nbsp;NaCl&nbsp;&gt;&nbsp;PbCl<sub>2</sub></span>
  8493.                                         </div>
  8494.                                         <input type="text" value="AlCl_{3} &gt; HCl = KCl = NaCl &gt; PbCl_{2}" id="RB_1188809_17_0_1192626" name="RB_1188809_17_0_1192626" class="chemInput">
  8495.                                     </div>
  8496.                                     <!-- -->
  8497.                                
  8498.                                 </div>
  8499.                                 <div style="margin: 0pt; padding: 2px 4px 0pt;" class="feedback container">
  8500.                                     <p class="left" style="color: rgb(221, 0, 0);"><font color="green">Correct.</font></p>
  8501.                                 </div>
  8502.                             </div>
  8503.                             <div class="bottom"><div><div></div></div></div>  
  8504.                         </div>
  8505.                         <!-- end of chemPad markup -->
  8506.  
  8507. <br><div class="extraContent">
  8508.    
  8509. <p style="padding-left: 4px; padding-top: 12px;">
  8510. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  8511. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=125','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  8512. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/5552.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  8513. </p><p>
  8514.  
  8515. </p></div>
  8516.  
  8517.  
  8518.  
  8519.  
  8520.         <div class="qButtons container">
  8521.  
  8522.  
  8523.  
  8524.             <input type="submit" onclick="return submit_this('BaCPELEuEmDgEKBaCpCLAXBtBEBeBEDVCoDEBdBxAwAyBMEsArEQDuBRAnAgEPzZEtBEEIAhAtCbBhBSAIEIElEGAeDdEyzZDVBKEcDPAmCLBdCKAREXDOBIBtBUBNEcEVEoANAbDqEYAMBxAqDmDyEXANCyASDJCLCpClDWCFCLCwDqBTCkEkDkAeDhACDcEJDVCyEGDB',true,'');" class="sButton" value="Submit New Answers To Question 18" name="Submit17" id="sub17">
  8525.  
  8526.  
  8527.  
  8528.             <input type="submit" onclick="return submit_this('DABLETEyDbBABwDACPBTDfBeBfDaDcAvDXCyDFAJEIDiBQDeCdAUDouUCgCkDJAiCLAcClCCCVCLEyBiAKElAFBhDKBmEeEXElBYAhBpEMBWDcBOAECwAYCsDjDEDqCBBvEFDiBUDpDGECBQuUBvDCDQCiEdEtEyBFBuDIEWAhAtBWEKCLCwDpDPAgAFDqBdBhED',true,'')" class="sButton" value="Save Work" name="Save17">
  8529.  
  8530.  
  8531.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=APAxAYEFBFBXANBJCdENBdDiBKAAAnDpCUCdDHAxCHBtArCuDhEIBsBHBsBgAkAnEPDoEPDwAxDHBPBqCkCbBtCmBVAbCFBTEdCoCOBPCsBXCJDyDuCFDsErBEEsEiBYBjEkCIBOByClBAEOEQESBwChCPDJBbBtAwChCvDpCeAxDOBhBjDBDuCKCeCWEUBoCfEmErDfEJDFAJEXBPEhEeAQCLAeBTCaAOBOErBVBvDqCGDAEb&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice17','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice17" id="Practice17">
  8532.  
  8533.         </div>
  8534.  
  8535.  
  8536.  
  8537.         </div>
  8538.     </div>
  8539.     <div class="qButtons container"></div>
  8540. </div>
  8541.  
  8542.  
  8543.  
  8544. <br>
  8545.  
  8546.  
  8547.  
  8548.  
  8549.  
  8550.  
  8551.  
  8552.  
  8553. <div class="waQBox container" id="question19">
  8554.     <div class="top container">
  8555.         <div class="left"></div>
  8556.         <div class="right"></div>
  8557.         <div class="border"></div>
  8558.         <div class="title">
  8559.             <span class="qNum">19.</span>
  8560.  
  8561.  
  8562.  
  8563.  
  8564.  
  8565.  
  8566.  
  8567.            
  8568.  
  8569.         <span width="100%" class="leftBarTitle">
  8570.  
  8571.             <span style="margin-right: 15px;" class="pageLeft">
  8572.                 <a href="javascript:doDetail('18')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_18">
  8573.                     <strong>
  8574.  
  8575.                         5/5 points
  8576.                     </strong>
  8577.                 </a>
  8578.             </span>
  8579.             <span class="dashBoardItem">
  8580.                 <a href="javascript:openWindow('/v4cgi/student/assignment/viewall?struct=AbAOEjEHEfDyDyBqEaDYzZBEBuDcBMDFDECgBVBXEHCjCIEkDHDDAlBBEgCqBiBWByDdCcDFEJEVAmCxDFCSAmBmDMABELErvVBPEQDyAdAyAcEBCUEcEpBdEyAMBtDfAnAOAGBaEIAYDgCeDAApDXEGEsAYDADaAyCxwWBuEJDiuUExBSDECLAiDiDuAyBaBmyYEnDLAA&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','ViewAll_18','location=no,menubars=no,toolbars=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')">All Submissions</a>
  8581.             </span>
  8582.             <span class="dashBoardItem">
  8583.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=18&amp;struct=CKDrBxAKAHCUEJzZCmETExCXEPBCBsDpCuAaBeDxBLCNAeAoAeCTCFDjDhDtBuAJACDrDFENDiETAdExDxDpDAAKEiBYBoBFDKAJDyEoBMBoDsCLANExCqDmDjEdEFCACfDYzUApEFCPDrBOEWDBDkDxAXBQDkChDCAwEhEnDFDbAqBUCNBaDbCiBQAcBQBdEICLAeDGEr&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_18','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_18">
  8584.                     <strong>Notes</strong>
  8585.                 </a>
  8586.             </span>
  8587.  
  8588.  
  8589.         </span>
  8590.  
  8591.  
  8592.         <span class="qTitleRight">
  8593.             <span class="dashBoardItem">
  8594.                 Question: EbGam9 4.PP.058.
  8595.             </span>
  8596.             <span>
  8597.                
  8598.             </span>
  8599.         </span>
  8600.  
  8601.  
  8602.  
  8603.         </div>
  8604.     </div>
  8605.     <div class="bottom">
  8606.         <div class="left"></div>
  8607.         <div class="right"></div>
  8608.         <div class="border"></div>
  8609.     </div>
  8610.     <div class="preContent container">
  8611.        
  8612.  
  8613.     <div class="qdetails container" id="detail_18">
  8614.        
  8615.        
  8616.    
  8617.         <div class="container questionPartNumberRow">
  8618.             <div class="pageLeft">
  8619.                 <div style="border-top: 0px none;" class="label">
  8620.                     Question part
  8621.                 </div>
  8622.      
  8623.                 <div style="border-top: 0px none;" class="label">
  8624.                     Points
  8625.                 </div>
  8626.  
  8627.                 <div style="border-top: 0px none;" class="label">
  8628.                     Submissions
  8629.                 </div>
  8630.             </div>
  8631.             <div class="pageLeft scrollable questionNumbers">
  8632.                 <table>
  8633.                     <tbody><tr>
  8634.      
  8635.                         <th align="center" class="partNumber">
  8636.                             1
  8637.                         </th>
  8638.                         <th align="center" class="partNumber">
  8639.                             2
  8640.                         </th>
  8641.                         <th align="center" class="partNumber">
  8642.                             3
  8643.                         </th>
  8644.                         <th align="center" class="partNumber">
  8645.                             4
  8646.                         </th>
  8647.  
  8648.                     </tr>
  8649.      
  8650.                     <tr>
  8651.      
  8652.  
  8653.                         <td align="center" class="partPoints">
  8654.                        
  8655.  
  8656.  
  8657.  
  8658.  
  8659.                                 1.25
  8660.                  
  8661.  
  8662.                         </td>
  8663.  
  8664.                         <td align="center" class="partPoints">
  8665.                        
  8666.  
  8667.  
  8668.  
  8669.  
  8670.                                 1.25
  8671.                  
  8672.  
  8673.                         </td>
  8674.  
  8675.                         <td align="center" class="partPoints">
  8676.                        
  8677.  
  8678.  
  8679.  
  8680.  
  8681.                                 1.25
  8682.                  
  8683.  
  8684.                         </td>
  8685.  
  8686.                         <td align="center" class="partPoints">
  8687.                        
  8688.  
  8689.  
  8690.  
  8691.  
  8692.                                 1.25
  8693.                  
  8694.  
  8695.                         </td>
  8696.                     </tr>
  8697.  
  8698.                     <tr>
  8699.                         <td align="center" class="partPoints">
  8700.                             2/10
  8701.                         </td>
  8702.                         <td align="center" class="partPoints">
  8703.                             1/10
  8704.                         </td>
  8705.                         <td align="center" class="partPoints">
  8706.                             1/10
  8707.                         </td>
  8708.                         <td align="center" class="partPoints">
  8709.                             1/10
  8710.                         </td>
  8711.                     </tr>
  8712.  
  8713.                 </tbody></table>
  8714.             </div>
  8715.  
  8716.             <div class="pageLeft">
  8717.                 <div style="border-top: 0px none;" class="label">
  8718.                     <strong>Total</strong>
  8719.                 </div>
  8720.                 <div style="border-top: 0px none;" class="label">
  8721.                     <strong>
  8722.                         5/5
  8723.                     </strong>
  8724.                 </div>
  8725.                 <div style="border-top: 0px none;" class="label">
  8726.                     &nbsp;
  8727.                 </div>
  8728.             </div>
  8729.  
  8730.         </div>
  8731.     </div>
  8732.  
  8733.  
  8734.     </div>
  8735.     <div class="standard qContent container">
  8736.         <div class="studentQuestionBox studentQuestionContent">
  8737.            
  8738. <a name="Q19"></a>
  8739.  
  8740.    
  8741.  
  8742.  
  8743.  
  8744.  
  8745.  
  8746.  
  8747.  
  8748.  
  8749. Obtain the oxidation number for the element noted in each of the following. (Type your answer using the format +1 and -2.)
  8750. <div class="indent">
  8751. (a) <r>Cl in ClO<sub>3</sub><sup>-</sup></r><br><span class="qTextField"><span class="tooltipBox">
  8752.  
  8753.  
  8754.  
  8755.  
  8756. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">1</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_817548_18_0_821365','5')}" dir="" id="RB_817548_18_0_821365" autocomplete="off" size="12" value="5" name="RB_817548_18_0_821365"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_817548_18_0_821365"><br><br>
  8757. (b) <r>As in H<sub>2</sub>AsO<sub>3</sub><sup>-</sup></r><br><span class="qTextField"><span class="tooltipBox">
  8758.  
  8759.  
  8760.  
  8761.  
  8762. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">2</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_817548_18_1_821365','3')}" dir="" id="RB_817548_18_1_821365" autocomplete="off" size="12" value="3" name="RB_817548_18_1_821365"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_817548_18_1_821365"><br><br>
  8763. (c) <r>Cr in CrO<sub>4</sub><sup>2-</sup></r><br><span class="qTextField"><span class="tooltipBox">
  8764.  
  8765.  
  8766.  
  8767.  
  8768. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">3</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_817548_18_2_821365','6')}" dir="" id="RB_817548_18_2_821365" autocomplete="off" size="12" value="6" name="RB_817548_18_2_821365"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_817548_18_2_821365"><br><br>
  8769. (d) <r>Zn in Zn(OH)<sub>4</sub><sup>2-</sup></r><br><span class="qTextField"><span class="tooltipBox">
  8770.  
  8771.  
  8772.  
  8773.  
  8774. <span class="box_num" title="Points: 1.25/1.25" style="display: none;">4</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RB_817548_18_3_821365','2')}" dir="" id="RB_817548_18_3_821365" autocomplete="off" size="12" value="2" name="RB_817548_18_3_821365"></span></span><img title="Your answer is correct." alt="Your answer is correct." src="/wastatic/common/img/tick.png" id="mark_RB_817548_18_3_821365">
  8775. </div><br><div class="extraContent">
  8776.    
  8777. <p style="padding-left: 4px; padding-top: 12px;">
  8778. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  8779. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=144','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  8780. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/3008.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  8781. </p><p>
  8782.  
  8783. </p></div>
  8784.  
  8785.  
  8786.  
  8787.  
  8788.         <div class="qButtons container">
  8789.  
  8790.  
  8791.  
  8792.             <input type="submit" onclick="return submit_this('DlCwCwCwCjCKBtBSEJCCBYDjDeEdzUEaDOBFAjAWDaBKBGEmAQDmDPDDDABVEQEvDPEEAoCoDsAxBIAmAeBuBvAuADAjBPBoBLBgBlELEjCeCXCaCwCgBWDJDEBWEcAsEmDaEYCrECErDnCLBJAwEaCiAhCpEvCrENDGCqDGDnCjBQAwCqCOELCJBJCIuUDTBnCbBOCe',true,'');" class="sButton" value="Submit New Answers To Question 19" name="Submit18" id="sub18">
  8793.  
  8794.  
  8795.  
  8796.             <input type="submit" onclick="return submit_this('CwDFACCUAyCuEsCxDbDoEDCyBoCYDBDiAlDCEOCIDRBKBtDawWBpBRAtBvBnCqBbCrBCCAEGDRDXBYCPBqBPCqEoAPBBCDEHEBAtDNEqDREpyYClCCCGAkErAFAyAxDEAiARCWCyEjBMEnADDqEgDVEeCsAfAFAJCRELBSBCEVDNCPBuEiBhEDCVAhCIBfzZDo',true,'')" class="sButton" value="Save Work" name="Save18">
  8797.  
  8798.  
  8799.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=uUBHAsEhDTAuEvAsDlALEEBdCfDYDrBEEEDuEVCVAhBaCDBdBtEgBmCNBKCvCIDjAqAGDmDOEgAEyYCwBHEyDmEECRArDlDhCbEVEsAoDYDuBBCBCeAjDxByAJBBDqAjDyEqwWCkCWEADOBqCgAlDswWDRDcEcBRELAfDsANDwCOAkDaEeDcEtEOENDpCXApCnDkDXzUDlDeAdEPAqAKBcAuAsEjCrAEBeBwDcCqCqEEBcBM&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice18','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice18" id="Practice18">
  8800.  
  8801.         </div>
  8802.  
  8803.  
  8804.  
  8805.         </div>
  8806.     </div>
  8807.     <div class="qButtons container"></div>
  8808. </div>
  8809.  
  8810.  
  8811.  
  8812. <br>
  8813.  
  8814.  
  8815.  
  8816.  
  8817.  
  8818.  
  8819.  
  8820.  
  8821. <div class="waQBox container" id="question20">
  8822.     <div class="top container">
  8823.         <div class="left"></div>
  8824.         <div class="right"></div>
  8825.         <div class="border"></div>
  8826.         <div class="title">
  8827.             <span class="qNum">20.</span>
  8828.  
  8829.  
  8830.  
  8831.  
  8832.  
  8833.  
  8834.  
  8835.            
  8836.  
  8837.         <span width="100%" class="leftBarTitle">
  8838.  
  8839.             <span style="margin-right: 15px;" class="pageLeft">
  8840.                 <a href="javascript:doDetail('19')" class="qdetails_link" style="background: url(&quot;/wastatic/common/img/plus_icon.png&quot;) no-repeat scroll left center transparent; padding-left: 20px;" id="detail_link_19">
  8841.                     <strong>
  8842.  
  8843.                         &ndash;/5 points
  8844.                     </strong>
  8845.                 </a>
  8846.             </span>
  8847.             <span class="dashBoardItem">
  8848.                 <a href="javascript:openWindow('/v4cgi/student/assignment/notes?pos=19&amp;struct=EyBYEhAdDUExCKEXBtBuEtBiBkADEFBbBvDmDyDfBnEOAjEeEFBwAfEcAACVCXDTBxCgDCCWBHDnAvAuErBLvVAJEHBaDFCaAbBUAvDLBNCIBSAKDdChDhDvEUCqAoDYBeCIDfDQCcEeCyAWBsAhAkAkApCtCiCiCcBVAgBdBMEiDVDuAmBxDiAGEmEpBEEJDVDbEKEADM&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Notes_19','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,titlebar=no,width=670,height=560')" style="background: url(&quot;/wastatic/common/img/page_white.png&quot;) no-repeat scroll left center transparent; padding: 2px 0pt 2px 20px;" id="notes_link_19">
  8849.                     <strong>Notes</strong>
  8850.                 </a>
  8851.             </span>
  8852.  
  8853.  
  8854.         </span>
  8855.  
  8856.  
  8857.         <span class="qTitleRight">
  8858.             <span class="dashBoardItem">
  8859.                 Question: EbGam9 4.PP.069.
  8860.             </span>
  8861.             <span>
  8862.                
  8863.             </span>
  8864.         </span>
  8865.  
  8866.  
  8867.  
  8868.         </div>
  8869.     </div>
  8870.     <div class="bottom">
  8871.         <div class="left"></div>
  8872.         <div class="right"></div>
  8873.         <div class="border"></div>
  8874.     </div>
  8875.     <div class="preContent container">
  8876.        
  8877.  
  8878.     <div class="qdetails container" id="detail_19">
  8879.        
  8880.        
  8881.    
  8882.         <div class="container questionPartNumberRow">
  8883.             <div class="pageLeft">
  8884.                 <div style="border-top: 0px none;" class="label">
  8885.                     Question part
  8886.                 </div>
  8887.      
  8888.                 <div style="border-top: 0px none;" class="label">
  8889.                     Points
  8890.                 </div>
  8891.  
  8892.                 <div style="border-top: 0px none;" class="label">
  8893.                     Submissions
  8894.                 </div>
  8895.             </div>
  8896.             <div class="pageLeft scrollable questionNumbers">
  8897.                 <table>
  8898.                     <tbody><tr>
  8899.      
  8900.                         <th align="center" class="partNumber">
  8901.                             1
  8902.                         </th>
  8903.  
  8904.                     </tr>
  8905.      
  8906.                     <tr>
  8907.      
  8908.  
  8909.                         <td align="center" class="partPoints">
  8910.                        
  8911.  
  8912.  
  8913.  
  8914.  
  8915.                                 0/5
  8916.                  
  8917.  
  8918.                         </td>
  8919.                     </tr>
  8920.  
  8921.                     <tr>
  8922.                         <td align="center" class="partPoints">
  8923.                             0/10
  8924.                         </td>
  8925.                     </tr>
  8926.  
  8927.                 </tbody></table>
  8928.             </div>
  8929.  
  8930.             <div class="pageLeft">
  8931.                 <div style="border-top: 0px none;" class="label">
  8932.                     <strong>Total</strong>
  8933.                 </div>
  8934.                 <div style="border-top: 0px none;" class="label">
  8935.                     <strong>
  8936.                         0/5
  8937.                     </strong>
  8938.                 </div>
  8939.                 <div style="border-top: 0px none;" class="label">
  8940.                     &nbsp;
  8941.                 </div>
  8942.             </div>
  8943.  
  8944.         </div>
  8945.     </div>
  8946.  
  8947.  
  8948.     </div>
  8949.     <div class="standard qContent container">
  8950.         <div class="studentQuestionBox studentQuestionContent">
  8951.            
  8952. <a name="Q20"></a>
  8953.  
  8954.     An aqueous solution is made from <font color="red">0.827</font> g of potassium permanganate, KMnO<sub>4</sub>. If the volume of solution is <font color="red">56.0</font> mL, what is the molarity of KMnO<sub>4</sub> in the solution?<br><a href="javascript:SIGFIGS_HELP()"><img border="0" title="WebAssign will check your answer for the correct number of significant figures." alt="WebAssign will check your answer for the correct number of significant figures." src="/v4images/sigfigs.gif"></a><span class="qTextField"><span class="tooltipBox">
  8955.  
  8956.  
  8957.  
  8958.  
  8959. <span class="box_num" title="Points: 0/5" style="display: none;">1</span><input type="text" onkeyup="if(typeof change_mark == 'function'){change_mark('RN_821658_19_0_825475','')}" dir="ltr" id="RN_821658_19_0_825475" autocomplete="off" size="10" value="" name="RN_821658_19_0_825475"></span></span> <i>M</i><br><div class="extraContent">
  8960.    
  8961. <p style="padding-left: 4px; padding-top: 12px;">
  8962. <img title="Need Help?" alt="Need Help?" src="/tusseyvids/Help_00.gif">
  8963. <a onclick="return openEbook('v4cgi','http://img.webassign.net/ebooks/ebgam9/toc.html&amp;type=vpage&amp;id=68&amp;page=154','68','on')" href="#"><img border="0" title="Read It" alt="Read It" onmouseout="this.src='/tusseyvids/Help_btn_01_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_01_2.gif'" src="/tusseyvids/Help_btn_01_1.gif"></a>
  8964. <a href="javascript:open_bc_enhanced('watch_it', 'http://college.cengage.com/chemistry/discipline/thinkwell/5552.html', 1)"><img border="0" title="Watch It" alt="Watch It" onmouseout="this.src='/tusseyvids/Help_btn_02_1.gif'" onmouseover="this.src='/tusseyvids/Help_btn_02_2.gif'" src="/tusseyvids/Help_btn_02_1.gif"></a>
  8965. </p><p>
  8966.  
  8967. </p></div>
  8968.  
  8969.  
  8970.  
  8971.  
  8972.         <div class="qButtons container">
  8973.  
  8974.  
  8975.  
  8976.             <input type="submit" onclick="return submit_this('uUCbDtCGCmCkCtCyEKBXDaCnALDuAfExEiDoBjBjExDyCGBDCeBYCADRDQCpAWAQCJBtAhCwExAsEXEXEQBHCVCHCpEJCWBoBWEUAQDDERCnAwCkAgCNCDDhCGEmDpErBvCAyYDtEVDjEuBRCEDjEsAUBMEeDBDqDPElBLCIBUBcAtCWBOEIBnDOClEyBHEDDSBuAdBb',true,'');" class="sButton" value="Submit New Answers To Question 20" name="Submit19" id="sub19">
  8977.  
  8978.  
  8979.  
  8980.             <input type="submit" onclick="return submit_this('BXEmEADbEHCwAVAyCCEaDUBFDGAUChEgCAArCKDSASEjEpExDFERBLCdELCNEJBSEqDsCCzZEfDgCdyYDUDyBTDqBWCKClCQBDAnENDgAWEdCJBlAJAjAcDXBeDdDCEbAJBuBqAFAMDhDkAEyYAQBLAlDgBAEPDGCOAhDJDqAxAbBvEwEOAfCKDmAREyDLANDd',true,'')" class="sButton" value="Save Work" name="Save19">
  8981.  
  8982.  
  8983.             <input type="submit" onclick="openWindow('/v4cgi/student/practice.tpl?struct=AkDEDGBQEqEpERCJEuBAAyBjBlEUAqAQCcDqCsEJEhBSCgBbDLCUCREVBgCbBWDoEMBKAICfDCEFETDhDSDtBLEFEgCFBvBxDHDvAHBCCrCeEeDKzZCouUBbEEAADACvEvCyEhACEFBWBXBtBUDlApCCBWCoEUCQCIDGCREdCAAOCLAMAUABBvEVDnARDwEIAuDYAbBqATCYExBXBXCDCUCoDMAiBdBSDKBfBmDvDjAuDIAi&amp;UserPass=2cb13f32eb737e29050471a9799c6cbf','Practice19','width=740,height=620,scrollbars=yes,resizable=yes'); return false" class="sButton" value="Practice Another Version" name="Practice19" id="Practice19">
  8984.  
  8985.         </div>
  8986.  
  8987.  
  8988.  
  8989.         </div>
  8990.     </div>
  8991.     <div class="qButtons container"></div>
  8992. </div>
  8993.  
  8994.  
  8995.  
  8996.  
  8997.  
  8998.  
  8999.  
  9000.  
  9001.  
  9002.  
  9003.  
  9004.  
  9005.  
  9006.  
  9007.  
  9008.  
  9009.  
  9010.  
  9011.  
  9012.  
  9013.  
  9014.  
  9015.  
  9016.  
  9017.  
  9018.  
  9019.  
  9020.  
  9021.  
  9022. <a name="submit_anchor"></a>
  9023. <div class="finalSubmitBox container">
  9024.     <div class="rTopCorner">
  9025.         <div class="lTopCorner">
  9026.             <div class="tBorder"></div>
  9027.         </div>
  9028.     </div>
  9029.     <div class="finalSubmitBoxBorder container">
  9030.         <div class="studentButtonBox">
  9031.             <div class="fButtons container">
  9032.                
  9033.         <input type="submit" onclick="return submit_this('AHBYDYyYAnAVAeElEtCeDGDlDGAUBHCtBOAkCnEjAYEEAwEjCyAjEWBNBmArDOBOAAEkEcCXBPATCqAODEBaCIDIEODjDhECBVDgANBPBnEJDGBJCkDmBqBeDUEyzUBrDDCoEpBPBREFAtAjAMBKAKDABd',false,'2b629916af7c4340b92ae22fd27ce248')" class="fButton" value="Submit All New Answers" name="SubmitAll">
  9034.  
  9035.  
  9036.                
  9037.         <input type="submit" onclick="return submit_this('AlBjAYBICsDpDLCNDACjBBAUCiEoBqAeEfEfAWAMDfBbBMAmAOCdALDACoCGEtDvCaErBtCWCPDjBjElAqCKEmEHAhBuCTEICHECEJDyAADJCLEYEvDSChEKDEBMArBwDxBJEgAxCNBjDJDQCJES',false,'')" class="fButton" value="Save All Work" name="SaveAll">
  9038.  
  9039.             </div>
  9040.         </div>
  9041.     </div>
  9042.     <div class="bBox">
  9043.         <div class="borderWrap">
  9044.             <div class="bBorder"></div>
  9045.         </div>
  9046.     </div>
  9047. </div>
  9048. </div>
  9049. <div class="finalLinks">
  9050.    
  9051. <a href="javascript:onClick=document.forms[0].course.value='100098,141054';
  9052. document.forms[0].sid.value=''; click_link('AKEyDHEiBoDuATAjAVBrCiACyYAyApAnAwBRAsAcCXERCKCwAfBlCHAUCHAHyYBBAICcAXCmBnDyEiDvDqEHEWCxATDEAYAyAPBVEtDnCd')">Home</a>
  9053.  
  9054.    
  9055. <a href="javascript:onClick=document.forms[0].course.value='100098,141054';
  9056. document.forms[0].sid.value=''; click_link('ABAbDsEEBFuUAVEMErAoCcBXDvDtETEACxDyBbAPCkDcDACXBIDRAcArCSBGDBCOCuEmEFBDDmCUCrBCDJArCKBNCWuUEiEBDJBYDpDWEhDCABCBELEtAfBsAy')">My Assignments</a>
  9057.  
  9058.  
  9059. </div>
  9060.  
  9061. <input type="hidden" id="sid" value="" name="sid">
  9062.  
  9063.         </div>
  9064.         <!-- End page -->
  9065.         <div class="container" id="footerBox">
  9066.     <p id="copyright">WebAssign&reg; 4.0 &copy; 1997-2003 by North Carolina State University. Portions &copy; 2003-2010 by Advanced Instructional Systems, Inc. All rights reserved.
  9067.  
  9068. </p>
  9069. </div>
  9070.  
  9071.  
  9072.     </form>
  9073. <div class="y-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div><div class="tool-tip" style="visibility: hidden; display: none; position: absolute; top: 0px; left: 0px;"><div class="tip-top"></div><div class="tip"></div><div class="tip-bottom"></div></div></body></html>
  9074. Home :: Send a comment :: Discuss
  9075.            
  9076. ©2007 - 2010 Veign, LLC All Rights Reserved :: Designed & Developed by Veign
  9077.  
  9078. Online Password Generator :: Online Image Resizer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement