Top answers


In a computer program, a parameter may be passed to a procedure by value. Explain how this method works.

Parameters are variables sent to procedures so that the procedures are able to use them. There are two main ways of passing parameters, one of which is by value: Passing a parameter by value is where a copy ...
AQ
Answered by Aymen Q. Computing tutor
2858 Views

£3000 is invested for 2 years at 3.8% per annum compound interest. What is the total interest earned over the 2 years?

We can use the following formula: Amount after n years' compound interest = Initial amount x (1 + r) n r = The interest rate in decimal form. n = Number of years. Simply plug the values into our formula: £30...
AT
Answered by Arisera T. Maths tutor
10270 Views

Farmer Joe has a rectangular pen to hold his animals. The pen’s length is 5 meters longer than the width. The pen’s area is 84 meters. Find it’s width.

Step 1 define the variables: L stands for the length, W stands for the width Step 2 write what we know algebraically: Since the length is 5 meters longer than the width we have L = W + 5. Finally, the area i...
OB
Answered by Omar B. Maths tutor
3506 Views

Distinguish between direct and indirect tax.

Direct taxes are taxes imposed on people's income or wealth, and on firms' profits. Indirect taxes are also known as expenditure taxes, and are taxes consumers pay to a seller by buying the good and the sell...
AS
7365 Views

Find all three roots of the cubic: 2x^3 +5x^2 - 22x +15=0.

First try a trivial solution, x=0: doesn't work. Then try x=1 this does work so (x-1) is a factor of the cubic. Through algebraic factorisation (2x 2 +7x-15) comes out as a factor. This can be factorised int...
SW
Answered by Stanley W. Maths tutor
3835 Views