Answer:
Axis of symmetry is x = -4
Step-by-step explanation:
h(x)= 5x^2+40x+ 64
Use the formula for axis of symmetry: x = -b/(2a)
Here, a = 5, b = 40, c = 64
so
x = -40/(2*5) = -40/10 = -4
Axis of symmetry is x = -4
50=3x+b. you never specify the variable that replaces b
Answer:
A) 
Step-by-step explanation:
Point-slope formula.

Given.
Slope (m) = 3
Points (x, y) = (2, 1)
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, "%")
}