2 dollars a ride, since 50-26 is 24 and 24/12 is 2
Just simply add
22+6.80= 28.80
So now the selling price is $28.80
Step-by-step explanation:
4x + 0.2=0.9
transposing 0.2 to RHS
=> 4x =0.9-0.2 => 4x=0.7
transposing 4 to RHS
=> x=0.7÷4
=> x=0.175
if it helps plzz mark it as brainliest
Answer:
2.5 or 2 1/2
Step-by-step explanation:
4 x 5= 20/8 = 2.5
:)))))
<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>