Top answers


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
15861 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
2755 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
7094 Views

Evaluate the benefits of using fiscal policy to stimulate economic growth

Intro - define key terms, outline points and conclusion main points - benefits of increasing government spending and reductions taxation. Increasing government spending eg on education will increase producti...
AG
Answered by Amy G. Economics tutor
2536 Views

Expand and simplify (x+1)(2x+3).

We first expand the first set of brackets by multiplying each element of it by the second set of brackets so (x + 1)(2x + 3) = (x)(2x + 3) + (1)(2x + 3) = x(2x + 3) + (2x + 3). We can then expand out the fir...
ML
Answered by Matthew L. Maths tutor
10407 Views