Let red marbles = X.
The probability is 1 out of 5, written as 1/5
1/5 in terms of red marbles is equal to the number of red marbles divided by 5x, where 5x is the total number of marbles.
1/5 = x/5x
Now you have 5x total marbles, x red and 4x blue.
Add 5 more red and the new probability is:
(x+5)/(5x+5) = 1/3
Simplify:
3x+15 = 5x+5
Now solve for x:
Subtract 3x from both sides:
15 = 2x +5
Subtract 5 from each side:
2x = 10
Divide both sides by 2:
x = 10/2
X = 5
There were originally 5 red marbles.
A person drives 500 miles in 5 hours.
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
6t-10is the awsner. If s is the number of nautical miles separating the ships, express s in terms of t(the number of hours after 12 noon). I formed the equation s squared to the second power equals (12t) squard to the second power + (10 - 16) squared to the second power