Answer:
4b+b=70
5b=70
b=14
Step-by-step explanation:
4(14)+(14)=70
the answer is 95.
Step-by-step explanation:
180-85=95
Distance = speed* time
D= constant rate *1/4 miles/hour
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:
1\2
Step-by-step explanation:
draw a circle split it where there are 6 slices color half red and white now color one of the slices green and the rest blue there are 2 slices out of 6 colored blue. Hope it helped! make sure to reduce