Solved


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

9 months ago

Solved


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

9 months ago

Solved


Surface area of a sphere
Given the radius of a sphere, find it's Surface area

9 months ago

Solved


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

9 months ago

Solved


Calories in a slice of pizza?
The total calories C in a pizza is printed on its box. You know the angle A (degrees) of the slice you placed on your plate. Ple...

9 months ago

Solved


Calculate distance travelled when given radius and rotations
When given radius of wheel and number of rotations calculate total distance travelled consider pi=3.14

9 months ago

Solved


factorial of a number x
Factorial of a number x

9 months ago

Solved


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

9 months ago

Solved


Degrees to Radian
Convert degrees to radians

9 months ago

Solved


determine skid distance of car
Determine the distance a car skids to a stop given initial velocity (v) and time (t).

9 months ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

9 months ago

Solved


Total resistance of resistors in series
What is the total resistance of a number of resistors in series? A vector R contains the resistances (in Ohm) of n resistors, w...

9 months ago

Solved


Square a Number
Given an input x, return y, which is equal to the square of x.

9 months ago

Solved


Calculate Resistance
Calculate Resistance R of a linear conductor having resistivity p, length l and area A

9 months ago

Solved


Add two numbers
Given two numbers a and b add them together

9 months ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

9 months ago

Solved


Sum of first n positive integers
Given n, find the sum of first n positive integers Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these terms is 55

9 months ago

Solved


factorial
calculate x!

9 months ago

Solved


Square root of a number
Write a code that will output the square root of x.

9 months ago

Solved


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

9 months ago

Solved


Add 2 to any number.
Add 2 to any number.

9 months ago

Solved


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

9 months ago

Solved


10% Discount

9 months ago

Solved


Perimeter of a Triangle

9 months ago

Solved


find the height

9 months ago

Solved


determine amount cookies left
started with 3 cookies and you never ate any how many are left

9 months ago

Solved


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

9 months ago

Solved


Travel time
Calculate the time (in hours) it takes a car traveling at a given uniform speed of s km/hour to travel a distance of d km. For i...

9 months ago

Solved


Square root of number
Square root of given number.

9 months ago

Load more