First translate the English phrase "Four times the sum of a number and 15 is at least 120" into a mathematical inequality.
"Four times..." means we're multiplying something by 4.
"... the sum of a number and 15..." means we're adding an unknown and 15 and then multiplying the result by 4.
"... is at least 120" means when we substitute the unknown for a value, in order for that value to be in the solution set, it can only be less than or equal to 120.
So, the resulting inequality is 4(x + 15) ≤ 120.
Simplify the inequality.
4(x + 15) ≤ 120
4x + 60 ≤ 120 <-- Using the distributive property
4x ≤ 60 <-- Subtract both sides by 60
x ≤ 15 <-- Divide both sides by 4
Now that we have the inequality in a simplified form, we can easily see that in order to be in the solution set, the variable x can be no bigger than 15.
In interval notation it would look something like this:
[15, ∞)
In set builder notation it would look something like this:
{x | x ∈ R, x ≤ 15}
It is read as "the set of all x, such that x is a member of the real numbers and x is less than or equal to 15".
Write a C program to compute Matrix Multiplication of two matrices. Use one dimensional array to store each matrix, where each row is stored after another. Hence, the size of the array will be a product of number of rows times number of columns of that matrix. Get number of row and column from user and use variable length array to initialize the size of the two matrices as well as the resultant matrix. Check whether the two matrices can be multiplied or not. Write a getMatrix() function to generate the array elements randomly. Write a printMatrix() function to print the 1D array elements in 2D Matrix format. Also, write another function product(), which multiplies the two matrices and stores in the resultant matrix. With SEED 5, the following output is generated.
Sample Output
Enter the rows and columns of Matrix A with space in between: 3 5
Enter the rows and columns of Matrix B with space in between: 5 4
Matrix A:
8 6 4 1 6
2 9 7 7 5
1 3 1 1 2
Matrix B:
9 5 4 5
9 9 8 1
4 4 3 5
2 6 2 1
4 5 2 4
Product AxB:
168 146 106 91
161 186 125 81
50 52 37 22
In conclusion, the answer is 5x1
Please give Brainliest answer thanks! :)
Answer:
well it's says for a its 35° and B is 100° to find x it would be 180-(35+110)=x
Step-by-step explanation:
180-(35+110)=180-145=35. so x=35°
Based on the picture, we know that ED is equal to DB. Therefore:
2 times ED=EB
2(10)=20
EB is 20
Answer:
x= -5
Step-by-step explanation: