logo

Crowdly

    // <![CDATA[ $(window).on("load", function() { // HIDE INVALI...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Hydrazine (N2H4) is a liquid often used as rocket fuel. Upon combustion, it yields nitrogen gas and liquid water.

If a 16.6 g sample of N2H4 evolves 1411.2 kJ of heat during combustion, calculate the molar enthalpy change for the combustion of hydrazine?

Hidrasien (N2H4) is 'n vloeistof wat dikwels as vuurpylbrandstof gebruik word. Tydens verbranding lewer N2Hstikstofgas en water (vloeistoffase).

Indien 'n 16.6 g monster van N2H4 1411.2 kJ warmte tydens verbranding ontwikkel, bereken die molêre entalpieverandering vir die verbranding van hidrasien.

 

 

// <![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();

// ]]>

More questions like this

Want instant access to all verified answers on stemlearn.sun.ac.za?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!