Top answers


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
3859 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
4580 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
1478 Views

Make a dropdown list with red type and yellow background.

<select style="color: red; background-color: yellow"> <option value="1">1</option> <option value="2">2</option> <option value="3">3...
PW
2369 Views

How come nuclei become more unstable the bigger they are?

The nucleus is made up of protons and nuetrons, which means there is an electric repulsion. The nucleus is held together by somethign called the strong nuclear force. This overrides the electromagnetic repul...
TR
Answered by Thomas R. Physics tutor
3239 Views