In the given question, we have to perform this experiment and test if the inequality is true or not.
Adding the same value to both sides of the inequality will not change the inequality sign
<h3>Inequality</h3>
data;
- 4 < 7
- 11 > - 2
- -4 < - 2
- -8 < 8
In the first case, we would do follow the process
In the second case;
In all the scenarios, the operations did not affect the inequality sign because we are doing it equally to all side and at the end of the day nullifies each other.
Learn more on inequality here;
brainly.com/question/24372553
#SPJ1
24% because you would make a ratio like x/100= 2,160/9000. So basically the x is the percentage you need, 100 is just an easy factorable percent, and 2,160 is the wheat bread and 9000 is all the bread. Basically what you do with this ratio is you cross multiply. This means you multiply 2,160 by 100 and divide by 9000 and that’s your percent
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:
Step-by-step explanation:
1 False
2 True
3 False
4 false
lol that was ezy
Answer:
43
Step-by-step explanation:
Using the remainder theorem, that is
The remainder on dividing f(x) by (x - h) is the value of f(h)
here division by (x - 3) hence evaluate f(3) for remainder
f(3) = 3² + 14(3) - 8 = 9 + 42 - 8 = 43 ← remainder