Answer:
c
Step-by-step explanation:
When we know two sides and the included angle, there is a formula we can use.
We know angle C = 35º, and sides a = 20cm and b = 19.5cm.
using the formula
Area =(½)ab sin C(angle)
Put in the values we know:
(20×19.5÷2)×sin(35)=
111.8474050885 cm^2
rounded = 111.85 cm^2
answer is c
Scalar multiplication of a matrix refers to the
multiplication of all the elements of the matrix by an ordinary number which is
called a scalar.
From the given options the statements which are true about
scalar multiplication of matrices are;
a)
You can
multiply a matrix of any size by a scalar.
b)
For any matrix A, 1 × A = A.
c)
Scalar multiplication is a shortcut for repeated
addition of the same matrix.
Answer:
Answer is 0.44
Step-by-step explanation:
44/100=0.44
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Answer:9
Step-by-step explanation:
8 * 9 = 72
8, 16, 24, 32, 40, 48, 56, 64, 72
1, 2, 3, 4, 5, 6, 7, 8, 9