The <span>isosceles triangle has two congruent sides
Their lengths are (</span> x + 3.8 ) and <span>16
Equate them :
x+3.8=16
Solve for x:
3=16-3.8=12.2
</span>
Answer:
can you explain more pls
Step-by-step explanation:
5 days food for 150 students suggests there was 750 day rations
If there was 100 students this would last 750/100 = 7.5 days.
If it ran out after 4 days there were 750/4 = 187 students (187.5 not valid)
<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>