There are 145 total pieces . you must first convert 20% to a decimal by placing a decimal point two places from the right. 20% = .20
then you mulitiply 145 x .20 = 29
So, Cathy owns 29 pieces of yellow clothing.
4.092 x 10 to the 11th power
Answer:
4 ( not sure what the units are)
Step-by-step explanation:
Just by looking at the slope you can figure out how much it grows per year.
y = mx + b
m = slope
Not sure what units there are in the question just place it in the end.
Hope this helps :)
Answer:
8
Step-by-step explanation:
Since 24 is the original length, you would have to see what number to divide by to get 6.
24 divided by 4 is 6.
Now we know that 1/4 is the scale factor, so apply that to 32.
32 divided by 4 is 6
That's your answer!
Brainliest would v much be appreciated
<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>