Solved


Convert radians to degrees
Given input in radians, output to degrees

9 månader ago

Solved


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

9 månader ago

Solved


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

9 månader ago

Solved


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...

9 månader ago

Solved


radius of a spherical planet
You just measured its surface area, that is the input.

9 månader ago

Solved


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

9 månader ago

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

9 månader ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

9 månader ago

Solved


Total energy

9 månader ago

Solved


Potential energy calculation

9 månader ago

Solved


Kinetic energy calculation

9 månader ago

Solved


Laws of motion 1

9 månader ago

Solved


Laws of motion 2

9 månader ago

Solved


Laws of motion 3

9 månader ago

Solved


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

9 månader ago

Solved


Laws of motion 5

9 månader ago

Solved


Laws of motion 6

9 månader ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 månader ago