Answer:
The equation is y = (2/3)x + (4/3).
Step-by-step explanation:
First, you have to change the equation into slope-intecept formula to find its gradient (slope) :



Given that when a line is perpendicular to the other line, their slope value multiplied, will form -1. Next, we have to find the slope for line :




Lastly, we have to subatitute the x and y values into the equation, to find its intercept value :






Answer:
$25.40
Step-by-step explanation:
Find the unit price. So what you do is just divide 304.80 by 12 to get the price of one which comes out to be $25.40
Answer:
648
Step-by-step explanation:
Running this in Python, with the code as follows,
import math
cur_numbers = [0] * 3
num = 0
for i in range(100, 1000):
cur_numbers[2] = i % 10
i = math.floor(i/10)
cur_numbers[1] = i % 10
i = math.floor(i/10)
cur_numbers[0] = i % 10
if(len(set(cur_numbers)) == 3):
num += 1
print(cur_numbers)
print(num), we get 648 as our answer.
Another way to solve this is as follows:
There are 9 possibilities for the hundreds digit (1-9). Then, there are 10 possibilities for the tens digit, but we subtract 1 because it can't be the 1 same digit as the hundreds digit. For the ones digit, there are 10 possibilities, but we subtract 1 because it can't be the same as the hundreds digit and another 1 because it can't be the same as the tens digit. Multiplying these out, we have
9 possibilities for the hundreds digit x 9 possibilities for the tens digit x 8 possibilities for the ones digit = 648
Answer:
Step-by-step explanation:
i would love to help but you need to include either the measurement or a screen shot/picture of the equation.
Answer:
the 3rd one
Step-by-step explanation:
mark me brainliest if it was helpful