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, "%")
}
Answer:D
Step-by-step explanation:
Answer:
B) (3,1)
Step-by-step explanation:
y = -2x + 7
y = 3x - 8
3x - 8 = -2x + 7
combine like terms:
5x = 15
divide both sides of the equation by 5:
x = 3
y = 3(3) - 8 = 1
Answer: 
Work Shown:

This can be rewritten into 
Step-by-step explanation:
We have to get one positive 7y so,
4x-7y=5
9x-7y=-15
multiply anyone of the equation by -1. I choose the first one so,
4x+7y=-5
9x-7y=-15
we can now cancel the y's so the equation will be left with
-4x=-5
9x=-15
add the equations
5x=-20
divide by 5 n u get
x=-4
now plug in the x value in any one of the
equations
I choose the first one so,
4(-4)-7y=5
-16-7y=5
add 16 to both sides
-7y=21
divide by -7
y=-3.
finally check.