150 divided by 25 equals 6. 6 times 3 equals 18. This means that you will spend $18 on gas each week.
Dhvbvheusicfhiugbbvuchdrhbjbjgjgnjrmenwmsmxm nvbhbh h jcndnfhr£xjvybuvcjdnf yvuduf
Here: Fraction = 3/5
Let, original fraction (before simplifying) = 3x/5x
Then, 3x + 5x = 40
8x = 40
x = 40/8
x = 5
So, 3x = 3(5) = 15 & 5(5) = 25
In short, Your Answer would be 15/25
Hope this helps!
Step-by-step explanation:
Given points are (-2,5) and (3,-17)
to find midpoint, use this formula
( x1+x2/2 , y1+y2/2)
where points are a(x1,y1) and b(x2,y2)
coming to the question,
midpoint is :
[ (-2-3)/2 , (5-17)/2 ]
[ -5/2 , -12/2 ]
[ -2.5 , -6 ]
OPTION
IS CORRECT
<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>