Answer: 3/4 x 48
3 x 12
= 36
Got 12 by reducing the numbers with the Greatest Common Factor (GCF) 4
Answer:
[- 4, ∞ )
Step-by-step explanation:
the expression inside the radical must be greater than or equal to zero
x +4 ≥ 0 ⇔ x ≥ - 4
domain: x ∈ [- 4, ∞ )
5 2/3 - 1 1/4
5-2 =3
2/3 - 1/4 = 8/12 - 3/12 = 5/12
answer is 3 5/12
<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>