// StartMathJax Script window.MathJax = {loader: {load: [ 'input/asciimath', 'ui/lazy', 'output/chtml', 'ui/menu']} }; (function() { var script = document.createElement('script'); script.src = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/startup.js"; script.async = true; document.head.appendChild(script); })(); ---------- (Different files) ---------- // UpdateTypeset Script config = { attributes: true, childList: true, subtree: true }; // Callback function to execute when mutations are observed callback = (mutationList, observer) => { for (mutation of mutationList) { if (mutation.type === 'childList') { console.log('A child node has been added or removed.'); MathJax.typeset(); } else if (mutation.type === 'attributes') { console.log(`The ${mutation.attributeName} attribute was modified.`); } } }; // Create an observer instance linked to the callback function observer = new MutationObserver(callback); document.onreadystatechange = () => { if (document.readyState === 'complete') { console.log("Loaded fully according to readyState") targetNode = document.getElementById('content-wrapper') console.log(targetNode) // Start observing the target node for configured mutations observer.observe(targetNode, config); } }
top of page

Ethanediote Ions in Compounds: Past Paper Question Analysis

Updated: Jul 23, 2023

P1 June 2017 Q11


Part of a series looking at past AQA A-level Chemistry questions with a focus on better performance in examinations.



If you haven't gone through the question/paper, click the direct link below, and have a go...




Question 11 is about compounds containing ethanedioate ions

A 14-mark question in 4-Parts


Question 11

If you are struggling, it's a great idea to quickly draw a sketch to make the process clear - like the one below...

 

In this reaction, 6 x Fe–O bonds are broken and then the same number and type of bond is remade

 





The O-Fe-O bond angle is 90°


The molecule will show optical isomerism

The 3D representation is not required

 

There is a low concentration of ethanedioic acid in these foods



 





Recent Posts

See All
bottom of page