Given:
The number of cycles is, <em>n</em> (s) = 7.
The number of wheels in the cycle is, <em>n </em>(sw) = 2.
The number of cars is, <em>n</em> (c) = 15.
The number of wheels in the car is, <em>n</em> (cw) = 4.
The obective is to find the total number of wheels.
The total number of wheels is,

Hence, there are 74 wheels in the block.
If there are <em>x</em> bicycles and <em>y </em>cars, the equatioin will be,

Hence, the number of wheels for x bicycles and y cars is 2x+4x.
Answer:
divide 4. from 4 n 3. 3 divided by 4 answer us the answer fir x and then you times that answer to 4 and that is the answer for y
Answer:
x=10°
y = 12°
Step-by-step explanation:
<TSV = 5x + 4x = 90°
=> 9x = 90°
Divide by 9,
x = 10°
<RSU = 10y + 10° + 5x = 180°
=> 10y + 10° + 5*10° = 180°
=> 10y + 10° + 50° = 180°
=> 10y + 60° = 180°
Subtract 60° on both sides,
10y = 180° - 60° = 120°
Divide by 10,
y = 120° / 10 = 12°
Answer:
Yes one should consider to buy the policy as important to have insured plan that help at the time of need.
Step-by-step explanation:
- Term of life insurance is a form of life insurance which guarantees the payment of the stated death benefit. If the person des during the plan the term expires.
- The policy has no value other than guarantee benefits. The term life insurance will make products by selling products and thus it's necessary to have insurance. Health, age, and life expectancy are some of the points that need to consider for buying plans.
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! :)