Answer:
43.12500
Step-by-step explanation:
figure out 25 percent of 575 (143.75) then do 575-143.75 for the discounted price (431.25) then turn 10 percent into a deciaml (.10) and multiply 431.25 by .10 for your answer. Hope this help :)
Answer:
Arsenios prefers pepperoni pizza to cheese pizza.
Step-by-step explanation:
Utils are units of utility that show the satisfaction that a consumer gets from using a product. As Arsenios assigns 70 utils per slice from eating pepperoni pizza versus 50 utils from eating cheese pizza, this indicates that he gets more satisfaction from eating pepperoni pizza and because of that, the answer is that we can conclude that Arsenios prefers pepperoni pizza to cheese pizza.
Answer:
423
Step-by-step explanation:
240+21+162
106.68 becasue 1 in=2.4 cm so 42 times 2.4
<span>This is an java command program.
String 1 is stands for str1= '' forest '' accepted within quote marks.
String 2 is stands for str1= '' school'' accepted within quote marks
the command compareto will cause the output will display as shown below :
str1.compareto(str2); when run this command
we will get the output like this ;
forest
school
==================================================
the model program is like this;
{
String str1 = " forest " ;
String str2 = "school ";
System.out.println();
System.out.println("String 1: " + str1);
System.out.println("String 2: " + str2);</span>