Answer:
x=-5
Step-by-step explanation:
-3x+25=40. You want to isolate x so you have to subtract 25 from both sides. -3x=15. We then want x to be isolated so we have to divide both sides by -3 to make x by itself. x=-5. Therefore, x=-5.
If this helps please mark as brainliest
Your answer is D.
Trust me, I know
It takes value from a user and then user the operation of (+,-,*/).
i used c++ programming language to solve this program:
#include<iostream>
using namespace std;
int main() {
int var1, var2;
char operation;
cout << "Enter the first number : ";
cin >> var1;
cout << endl;
cout <<"Enter the operation to be perfomed : ";
cin >> operation;
cout << endl;
cout << "Enter the second nuber : ";
cin >> var2;
cout << endl;
bool right_input = false;
if (operation == '+') {
cout << var1 << " " << operation << " " << var2 << " = " << (var1 + var2);
right_input = true;
}
if (operation == '-') {
cout << var1 << " " << operation << " " << var2 << " = " << (var1 - var2);
right_input = true;
}
if (operation == '*') {
cout << var1 << " " << operation << " " << var2 << " = " << (var1 * var2);
right_input = true;
}
if (operation == '/' && var2 != 0) {
cout << var1 << " " << operation << " " << var2 << " = " << (var1 - var2);
right_input = true;
}
if (operation == '/' && var2 == 0) {
cout << "Error. Division by zero.";
right_input = true;
}
if (!right_input) {
cout << var1 << " " << operation << " " << var2 << " = " << "Error;";
cout << "Invalid Operation!";
}
cout << endl;
system("pause");
return 0;
}
The required angle m∠ADB of the nomadic tribal rug is 112°
Given, that in ΔAED and ΔBDC,
where, m∠AED = 34° and m∠EAD = 112°
To find m∠ADB
By using the angle sum property of a triangle, which states that the sum of interior angles of a triangle is 180°.
Therefore in ΔAED,
m∠AED + m∠EAD + m∠ADE = 180°
34° + 112° + m∠ADE = 180°
or, m∠ADE + 146° = 180°
or, m∠ADE = 34°
Similarly, m∠BDC = 34°
Now, by using the sum of linear pair of angles,
m∠ADE + m∠ADB + m∠BDC = 180°
34° + m∠ADB + 34° = 180°
m∠ADB + 68° = 180°
m∠ADB = 180°- 68°
m∠ADB = 112°
To learn more about linear pair of angles, visit: brainly.com/question/26555759?referrer=searchResults
#SPJ9
Answer:
40,000
Step-by-step explanation:
You just add 60,000 and 30,000 which makes 90,000 and subtract it with the 50,000 then which equals to 40,000. <em>you don't need to rate me.</em>
<em />