X to the 6th is the answer. Keep the base add the exponents
Answer:
x =(1+√81)/2=(1+9)/2= 5.000
or:
x =(1-√81)/2=(1-9)/2= -4.000
Step-by-step explanation:
there now can i get brainliest
I'm assuming the syntax here is Javascript:
The str.substring() method takes in two integers - a start index and an end index - and returns all the characters in the specified range from the original string, <em>including</em> the character in the start index and <em>excluding </em>the character in the end index<em />. Javascript's is <em>0-indexed</em>, which means that all of its indices start at 0.
For instance, if we were to use the method on the string "test" and wanted to return the substring "tes", we'd call the following method:
"test".substring(0,3)
This would return everything from the first character, "t", <em>up to but not including</em> the fourth character, "t". The character immediately before the last "t" (index 3), "s" (index 2) would be our last character, and the console should print "tes" as a result.
For your example, "select".substring(4,4) prints out every character starting at index 4 - the fifth character, "c" - <em>up to but not including </em>the character at index 4. We start and stop at the same character, so the method will only return the character "c", and nothing else.
<h2>
Answer:</h2>
950
<h3>
Step-by-step explanation:</h3>
V = h··r²
10 × 3.14 = 31.4
31.4 × 5.5² = 949.85
949.85, rounded equals 950
In order to solve this we need to know the quantity of the 18 inch pizza eaten and the fraction of the minute in which it was eaten.