Answer:
Step-by-step explanation:
Passed Percentage= (9/20) * 100 = 9 * 5 = 45%
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Answer:
If he spends $120 dollars a month, and he cut's that down to $50 a month, we should create a pattern to visualize the months.
Step-by-step explanation:
120- 50= 70 ($70 saved each month)
Month 1- $70 saved total
Month 2- $140 saved total
Month 3- $210 saved total
Month 4- $280 saved total
Month 5- $350 saved total
Month 6- $420 saved total
It takes 6 months to get 400 saved. We could also divide to get
5.714285, but it would takes 6 months before reaching the goal. :)
Join QuestionCove for this, we have plenty of helpers willing to help!!
Answer:
The general formula for the total surface area of a right prism is T. S. A. =ph+2B where p represents the perimeter of the base, h the height of the prism and B the area of the base.
if height equals 6.72 and width equals to 12.7 and length equals to 5.78,
Answer:
S = 395.1832 cm2