Formula for Perimeter of Rectangle:
P = 2(L + W)
Plug in 160:
160 = 2(L + W)
L = 4W
<span>So we can plug in '4W' for 'L' in the first equation.</span>
<span>160 = 2(L + W)
160 = 2(4W + W)
Combine like terms:
160 = 2(5W)
160 = 10W
Divide 10 to both sides:
W = 16
Now we can plug this back into any of the two equations to find the length.
L = 4W
L = 4(16)
L = 64
So the width is 16, and the length is 64.</span>
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, "%")
}
The rate would be
22000 gallons per 16 hours or
rate = 22000/16 = 1375 gallons/hr
Answer:
thirty-eight
Step-by-step explanation:
31+7= answer
Answer: y = -1/4x - 4
Step-by-step explanation:
y = (-1/4)x + 2 (This is the first linear function.)
(4,3) has slope of (-1/4)x or (1/-4)x
4(y2) - 4(y1= the new y -1(x2) -3(x1) = new x which leads to (0,-4) so y-intercept = -4
so all in all, y = (-1/4)x -4 is the answer
Hopefully, you're able to understand this. It's difficult to explain through typed words rather than visually and through a written example.