Top answers


How do I analyse a poem?

When analysing poetry there are many key aspects to look at in order to create depth within your analysis. Firstly start with reading the poem aloud, noticing the way the pace of the poem may slow or speed u...
GW
Answered by Georgia W. English tutor
2253 Views

A line runs between point A(5,9) and B(11,1). Find the equation of the line. Point C lies on the line between A and B. The line with equation 2y=3x+12 also crosses through point C. Find the x coordinate of Point C.

For the first part it would be a good idea to sketch out the graph. Then using the formula 'change in y/change in x' find the gradient of the line (-4/3). You can then either use the formula y=mx+c and put i...
AT
Answered by Amelia T. Maths tutor
3336 Views

How do I find out where two functions meet on a graph?

Both equations should be given with variables of y and x. They may however not be given in the form y=mx+c where m and c are constants, the equation could be given in the form of a circle (y-a) 2 +(x-b) 2 =r...
TR
Answered by Thomas R. Maths tutor
3827 Views

How does the circulatory system work?

This system is made up of two main components: the heart and the vasculature. The heart is an organ with two sides, each of which is dedicated to carry out a different job. The right side receives deoxygenat...
NW
Answered by Nicholas W. Biology tutor
4556 Views

Make button that says how many times it has been clicked.

<button id="count" onclick="showCount()">0</button> var x = 0; function showCount() { x++; document.getElementById("count").innerHTML=x; }
PW
Answered by Piotr W. Javascript tutor
1473 Views