Top answers


What would output this code? print(hello world)

It would be an error since you can only print a string. To make a string we must have "" or str() print("hello world")
TJ
Answered by Tanya J. Python tutor
2328 Views

Factorise x^(2)+5x+6

To factorise we must think what two numbers add up to 5 but times together to get 6. We know it is two numbers because it is x^(2). If it was x^(3) there could be 3 numbers, ect. We think what goes into 6: (...
TJ
Answered by Tanya J. Maths tutor
4012 Views

integrate (2x)/(x^2+1) dx with limits 1, 0

Firstly we notice that the numerator is the derivative of the denominator so we can use integration by subsitution method. Setting u=x^(2)+1. We can differentiate this to get du/dx=2x Subbing in dx=du/2x . T...
TJ
Answered by Tanya J. Maths tutor
5845 Views

What is a PESTLE analysis, and what is it used for?

PESTLE is a strategic analysis tool used to analyse the external elements affecting a business. It is a commonly used method that provides a comprehensive insight into the 6 major macro-environmental factors...
JN
2546 Views

When approaching my coursework, how should I go about comparing the historians I have chosen?

This is known as historiography. It is an important part of a high-level piece of History A-Level coursework. In brief, the aim is to explain the arguments of historians through the theory of history they em...
JH
Answered by Jody H. History tutor
4477 Views