Answer:
8^5^7
Step-by-step explanation:
Multiply the numbers:
<u>4</u>X^2 y^3 x <u>2</u>x^3 y^4
<u>8</u>^2 ^3 ^3 ^4
Combine Exponents:
8<u>^2</u> ^3 <u>^3</u> ^4
8<u>^5</u> ^3 ^4
8^5 <u>^3</u> <u>^4</u>
8^5 <u>^7</u>
Answer:
O No
Explanation:
Given equation: y = 13x + 12
To check if (2, 8) is a solution of the given equation.
Substitute x and y value in equation and check if it is true.

(x, y) = (2, 8)

simplify

This following statement is false and hence (2, 8) is not a solution.
Answer:
2,250.
Step-by-step explanation:
Add all of the bills together. It says the minimum, so in order to pay all of the bills, you'll need 2,250.
Hi, to find the area of the rectangle all you have to do is multiply the length times the width.
A = 80inches • 45inches = 3600
<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>