Top answers


How to tackle a source evaluation question?

When it comes to source evaluation, do not under-estimate the power of COP. By this I mean Content, Origin, Purpose. I will go through each one. Content: They are pretty self-explanatory as to what they mean...
LP
Answered by Liam P. History tutor
4322 Views

How should I tackle an essay question to receive top marks?

Essay questions are a very tough, but very common section of any A-Level exam. My first tip is to look at the question as a broad outline, so if the question is along the lines of "to what extent did A ...
LP
Answered by Liam P. History tutor
4391 Views

How can we write a C++ program to add two numbers?

To write a C++ program that adds two numbers we need to write the following code: We write a line which calls a library that has functions we need: #include (Then we create a function that does our sum:) int...
CB
Answered by Cosmin B. TBA tutor
2758 Views

The ratio between the molar mass of an alkene(A) and an alkyne(B) with the same number of carbon atoms is 1.05. Find the molecular formulas of the two hydrocarbons then write the reaction for how we can obtain the alkene A from the alkyne B.

We start by remembering the general formulas of alkenes and alkynes: Alkenes - C n H 2n Alkynes - C n H 2n-2 We calculate the molar mass of both of these using the fact that the atomic mass of carbon is 12 a...
CB
Answered by Cosmin B. Chemistry tutor
9989 Views

How can we calculate the derivative of function f(x)= (x+2)/(x-1)?

In order to calculate the derivative of the given function, we need to apply the laws of derivation. Therefore: f '(x) = ((x+2)/(x-1))' f '(x) = [(x+2)' * (x-1) - (x+2) * (x-1)' ]/ (x-1) 2 f '(x) = [ 1 * (x-...
CB
Answered by Cosmin B. Maths tutor
5632 Views