Solved


NOT
If a not equal to zero, b = true, else, b = false.

14 days ago

Solved


OR
If a greater than zero or c less than 10, b = true, else, b = false.

14 days ago

Solved


AND
If a greater than 0 and n less than 10, b = true, else, b = false. (Checking a should be in one line by AND special sign in MAT...

14 days ago

Solved


Nested If(s)
If a greater than zero, then check, if a = greater that 1 and less than 10, then b = true, else, b = false.

14 days ago

Solved


If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.

14 days ago

Solved


If-Else
If a more than zero, b = true, else, b = false.

14 days ago

Solved


If
If a more than zero, then b = true.

14 days ago

Solved


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

14 days ago

Solved


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

14 days ago

Solved


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

14 days ago

Solved


Basic Physics VII
Calculate the speed.

14 days ago

Solved


Basic Physics V
Calculate the Weight (w).

14 days ago

Solved


Basic Physics IV
Calculate the Work.

14 days ago

Solved


Basic Physics III
Calculate the Potential Energy (PE).

14 days ago

Solved


Basic Physics II
Get the Kinetic Energy (KE).

14 days ago

Solved


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

14 days ago

Solved


Basic Mathematics 2
If a 4’ x 8’ sheet of ½” plywood weighs W lbs and you cut an L” x L” robot base from this material, approximately how much weigh...

14 days ago

Solved


Basic Mathematics 1
If a robot is traveling on a north heading at v1 inches per second and has the ability to only make N degree changes in directio...

14 days ago

Solved


Resistance of a robot
What is the resistance of an industrial robot that draws P watts of power when connected to a power supply delivering V volts? R...

14 days ago

Solved


Voltage in a lamp
A lamp is measured to have a resistance of R ohms when it operates at a power of P Watts. What is the voltage (in volts) being a...

14 days ago

Solved


Resistance in a circuit
Two resistors with values of 6.0 ohms and 12 ohms are connected in parallel. This combination is connected in series with a 4 o...

14 days ago

Solved


Laws of motion 6

14 days ago

Solved


Laws of motion 3

14 days ago

Solved


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

14 days ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

14 days ago