Top answers


What is the difference between language, structure and form?

Language focuses specifically on the use of words and devices (such as the use of personification, ceasura, and so on), while the structure is concerned with how the piece of writing develops - not through t...
KS
14274 Views

What is a Pigouvian Tax?

In the dynamics of a certain market, it would be externalities as a consequence of the normal operation of buying and selling of this market. An externality happens when a third-party (not involved in the op...
LP
Answered by Luis P. Economics tutor
5782 Views

How do I analyse a historical source?

When I analyses a source I keep it simple and look primarily a three main features that can affect a source. These include the date the source was written, who was the intended audience for the source and fi...
FK
Answered by Fran K. History tutor
3514 Views

Find the sum of all multiples of 2 less than 10000

We are finding all the multiples of 2 less than 10000 so first it's a good idea to iterate over 10000. For this we use a loop such as a for loop to check each number from 0 to 10000. Then we need to check if...
TB
Answered by Tom B. Javascript tutor
3485 Views

How do I solve equations with modulus functions on both sides?

Whilst it is possible to do it algebraically, it's usually easier to solve it graphically. For example: for which values of x is |x+2| = |3x-6|. By sketching the graphs of y=|x+2| and y=|3x-6|, it is easy to...
SG
Answered by Seb G. Maths tutor
23686 Views