Advertisement
eduardoperezl

Problema de Ecuación Química

Oct 14th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.91 KB | None | 0 0
  1. <problem><startouttext/><p>Problema de Ecuación Química. Escribe la siguiente reacción abajo.</p>
  2.  
  3. \( \text{H}_2\text{SO}_4 \longrightarrow \text { H}^+ + \text{ HSO}_4^-\)
  4.  
  5.   <customresponse><chemicalequationinput size="50" label="Enter the chemical equation"/><answer type="loncapa/python">
  6.  
  7. if chemcalc.chemical_equations_equal(submission[0], 'H2SO4 -&gt; H^+ + HSO4^-'):
  8.     correct = ['correct']
  9. else:
  10.     correct = ['incorrect']
  11.  
  12.     </answer></customresponse>
  13.   <p>Algunos consejos:</p>
  14.   <ul><li>Usar simbolos de elementos reales.</li><li>Crear subscripts usando texto plano.</li><li>Crear superscripts usando un signo (^).</li><li>Crear la flecha de reacción (\(\longrightarrow\)) usando "-&gt;".</li></ul>
  15.  
  16.   <endouttext/>
  17.  
  18.  <solution><div class="detailed-solution"><p>Solución</p><p>Para crear esta ecuación, ingresar lo siguiente: </p><p>H2SO4 -&gt; H^+ + HSO4^-</p></div></solution>
  19. </problem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement