✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Ammonia reacts with oxygen as follows. Determine the enthalpy change (kJ) for the production of 4.70 g of NO2(g). | Ammoniak reageer met suurstof soos volg. Bepaal die entalpieverandering (kJ) vir die produksie van 4.70 g NO2(g). |
4 NH3(g) + 7 O2(g) → 4 NO2(g) + 6 H2O(g) ΔH = -1389 kJ
// <![CDATA[
$(window).on("load", function() {
// HIDE INVALID SYNTAX RED TRIANGLE
$("span.formulas_input_warning_outer").css("display","none");
// DISPLAY VARIABLES IN THE TEXT
var i;
var n = $(".variablestocomma").length;
for (i = 0; i < n; i++) {
i = i.toString();
var strp= $(".variablestocomma:eq("+i+")").text();
var strc= strp.replace(/\./g, ',');
$(".variablestocomma:eq("+i+")").css("color","#000");
$(".variablestocomma:eq("+i+")").text(strc);
}
// CLICKING THE CHECK BUTTON
$('.submit').on('click', function () {
var i;
var n = $("input.formulas_numeric").length;
for (i = 0; i < n; i++) {
i = i.toString();
var strc= $("input.formulas_numeric:eq("+i+")").val();
var strp= strc.replace(/\,/g, '.');
$("input.formulas_numeric:eq("+i+")").css("color","#FFF");
$("input.formulas_numeric:eq("+i+")").val(strp);
}
});
// CLICKING OTHER NAVIGATION BUTTONS
$('.submitbtns').on('click', function () {
var i;
var n = $("input.formulas_numeric").length;
for (i = 0; i < n; i++) {
i = i.toString();
var strc= $("input.formulas_numeric:eq("+i+")").val();
var strp= strc.replace(/\,/g, '.');
$("input.formulas_numeric:eq("+i+")").css("color","#FFF");
$("input.formulas_numeric:eq("+i+")").val(strp);
}
});
});
// ]]>
// <![CDATA[
function fixedDecimals(x, d) {
return Number.parseFloat(x).toFixed(d);
}
function setDecimals(d) {
elements = document.querySelectorAll(".fixed");
elements.forEach(e => e.innerText = fixedDecimals(e.innerText, e.dataset.decimals));
}
setDecimals();
// ]]>
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!