Answer:
500
Step-By-Step Explanation:
200/50 = 4
4 * 17 = 68
68 / 2 = 34
34 x 5 = 170
170 / 17 = 10
10 x 50 = 500
The answer to the equation is x < 2.
Answer:
C
Step-by-step explanation:
If the cost is represented by n, why would you subtract the cost of the notebook by 0.78 while multiping it witht the cost?
Answer:
5
Step-by-step explanation: 5/13 8 48
graph the function, center the center of the circle find the difference between the center and the circle
center at (-7, 7)
sorry I don't know how to find it mathematically. I'll try to figure out later, if you need an mathematically solution.
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.