Top answers


Solve the simultaneous equations, x+y = 16, 5x -2y = 17

Multiply the first equation by 2 to obtain 2x+2y = 32,Then use the elimination technique and add the first equation into the second equation to get : 7x = 49 therefore divide by 7 to find x = 7 Sub this valu...
MO
Answered by Matthew O. Maths tutor
4424 Views

How do you know which chemicals are formed at the electrodes in the electrolysis of aqueous solutions?

In electrolysis, positive ions will be attracted to the negative cathode (the cat hode being negative can be remembered because cats are evil). However, in aqueous solutions there are 2 positive ions: the on...
SB
7083 Views

Evaluate the integral ∫(sin3x)(cos3x)dx (C4 Integration)

First, we must recognise that the integral is written as a product of two functions which cannot be directly integrated, therefore a trigonometric identity must be used to express this a single function. Sin...
LB
Answered by Leon B. Maths tutor
15614 Views

Create a python code to sum the number from 1 to 10.

We can do this using a for loop to iterate through the digits from 1 to 10 and add their values to a variable holding the values of the sum. We do this with the code below:summation = 0 #this will hold the c...
ML
Answered by Matthew L. Python tutor
2641 Views

'Conservatives are pragmatic rather than ideological'. Discuss. (Edexcel A Level, 2013)

Any answer to this question should start with a clear definition of pragmatism - the belief that behaviour should be shaped by practical circumstances, rather than principles or ideological beliefs. Arguing ...
LR
6956 Views