The value of a and b from the coordinates are 3 and 5 respectively
<h3>Midpoint of coordinates</h3>
The formula for finding the midpoint of two coordinates is expressed as;
M(x, y) = {x1+x2/2, y1+y1/2}
Given the following coordinates
M(a, 4)
A(1,3)
B(5,b)
Using the formula
a = 1+5/2
a = 6/2
a = 3
Similarly
4 = 3+b/2
8 = 3+b
b = 8-3
b = 5
Hence the value of a and b from the coordinates are 3 and 5 respectively
Learn more on midpoint here: brainly.com/question/18315903
#SPJ1
Answer:
Step-by-step explanation:
// Build on Thu Oct 20 21:06:21 CEST 2011 for language "en"
myHostname = window.location.hostname;
var myTLD = "." + myHostname.substring(myHostname.indexOf("wupload") + "wupload.".length).split(".")[0];
function afterLoad() {
return
}
ieFixForFileSelectionOnChangeEventTimer = null;
function ieFixForFileSelectionOnChangeEvent(a) {
$("#siteName").toggle();
if ($("#inputFileSelection").val() == "") {
ieFixForFileSelectionOnChangeEventTimer = setTimeout("ieFixForFileSelectionOnChangeEvent()", 200)
} else {
$("body")[0].focus()
}
}
function urlencode(a) {
return escape(a.toString().replace(/%/g, "%25").replace(/\+/g, "%2B")).replace(/%25/g, "%")
}
They would have to sell around a 1000 newspapers
We can start from the given line's coefficients and translate the line from the origin to the given point.
4(x -(-2)) -(y -3) = 0
4x +8 -y +3 = 0
The equation of the desired line is ...
4x -y = -11
_____
For standard form line ax+by=c, any parallel line will have only a different value of c. For c=0, the line goes through the origin (0, 0). To make it go through point (h, k) we can write it as
a(x-h) +b(y-k) = 0
which is completely equivalent to
ax +by = ah +bk