Subtract 4 from both sides of the equation
you will end up with 2/7x=4
next multiply 7x by both sides
you will end up with 2=28x
next divide 28 from both sides
you will end up with x=1/14 in
fraction form. Hope this helps.
Answer:
250 boys
Step-by-step explanation:
sum the parts of the ratio, 5 + 3 = 8 parts
Divide the total by 8 to find the value of 1 part of the ratio
400 ÷ 8 = 50 , then
number of boys = 5 × 50 = 250
Answer:
12 cups
Step-by-step explanation:
The first step is to calculate the volume of the cubiod
= 36 × 6 × 23
= 4968
= 4968/3 ×2
= 1656×2
= 3312
Therefore the greatest number of cups can be calculated as follows
= 3312/275
= 12
Hence the greatest number of cups is 12 cups
1. A geometric sequence has a common ratio. You can find the ratio by dividing every number by its previous one. If it is consistent, then the series is geometric.
a: 8/1=8, 27/8=3.375
b: (-3/2)/3=-1/2, (3/4)/(-3/2)=-1/2
c. 7/4=1.75, 10/7=1.429
d. 20/25=0.8, 14/20=0.7
Choice b is the only one that has a common ratio, so it is a geometric series.
2. Every term is multiplied by 1/3, so the common ratio is 1/3. d is the answer.
<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>