What percentage?
Calculate the output c as the percentage of a on b for given a and b.
5 months ago
Solved
A shooting competition
In a shooting competition, the target is a square of side L containing a circle of radius R<=L/2. A player scores one point if h...
Bag of apples
find probabilty of getting red apples from a bag of 'r' red and 'g' green apples.
5 months ago
Solved
Calculate solution of given polynomial
For example,
y=function([3 -2 -4])
In here, input vector indicate 3*x^2-2*x-4, y is solution of former equation.
y=[1.5...