Find out smarty don’t cheat
Answer:
( 4, 0 ) and ( 0,-8 )
Step-by-step explanation:
→ Rearrange into y = mx + c format
4x - 2y = 16
→ Minus 4x from both sides
-2y = -4x + 16
→ Divide everything by 2
-y = -2x + 8
→ Multiply everything by -1
y = 2x - 8
→ Substitute x = 0 to find the y-intercept and y = 0 to find the x intercept
x = 0 then y = -8 so ( 0,-8 )
y = 0 then x = 4 so ( 4, 0 )
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, "%")
}