4/105 In total there are 2+4+1+8=15 The probability of taking a blue is number of blue divided by number of total, so that would be 4/15. Since, it is not replaced, we can now say that there are 1 less marbles in the bag (since we took out a blue). Now probability of getting a green marble is:2/14=1/7
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
Answer: (
x
,
−
x/
3
−
5
/3
)
Step-by-step explanation:
Answer:
1.2
Step-by-step explanation:
the slope is 1.2
full formula is y=6/5x+1.2