Top answers


A truck with mass 1200kg is moving at 8m/s when it collides head-on with a stationary car of mass 800kg. As they collide, the vehicles move together with the same velocity, v. Calculate this velocity.

Momentum is conserved. MU + mu = (M+m)v (1200 x 8) + (800 x 0) = (1200 + 800)v 9600 = 2000v v = 9600/2000 = 4.8m/s
RH
Answered by Rachel H. Physics tutor
7821 Views

What does reversible mean?

Reversible is a term used for certain reactions that never reach a final stage. So imagine we have A and B reacting together to form C, and we say that this reaction is reversible. So at a point in time, in ...
AT
Answered by Antonis T. Chemistry tutor
3423 Views

How is the concentration of sodium altered in a cell in the intestines and why is glucose absorption affected?

Imagine a cell like a rectangle, of which one side has finger-like projections (this side faces the intestinal lumen) called the villi, and the other side is flat - the base membrane of that cell that is. On...
AT
Answered by Antonis T. Biology tutor
3108 Views

What does the document.onload() function do and why is it useful?

The function document.onready() will call code given as an arguement once the Document Object Model is fully loaded. The function is useful because it allows javascript to be called once the page is built en...
DD
Answered by Declan D. Javascript tutor
1563 Views

Find the equation of the tangent to the unit circle when x=sqrt(3)/2 (in the first quadrant)

Unit circle: x 2 + y 2 = 1 when x = sqrt(3)/2: y 2 = 1 - (sqrt(3)/2) 2 y 2 = 1 - 3/4 y 2 = 1/4 y = 1/2 or -1/2 (first quadrant, so y is positive, i.e. y = 1/2) find gradient at (sqrt(3)/2, 1/2): x 2 + y 2 = ...
KJ
Answered by Kiran J. Maths tutor
4460 Views