Answer:
6 chores
Step-by-step explanation:
ok so,
4 hours=240minutes
2/3of an hour= 60×2/3
=40 minutes
so since one chore needs 40 minutes, then:
40/240= 6
so in 240 minutes/4 hours, Spencer can do 6 chores.
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: -1
Step-by-step explanation:
1 - (-3) - 5 = 1 + 3 - 5
Thats because subtracting by a negative number is the same as adding the negative number's absolute value (Distance away from zero).
(1 + 3) - 5 = -1
PEMDAS Addition and Subtraction from left to right.
Answer:
x = 48
Step-by-step explanation:
3x + 9 = 153
subtract 9 from both sides -9 -9
3x = 144
divide both sides by 3 3x/3 = 144/3
2x + (x + 9) = 153
2(48) + (48 + 9) = 153
96 + 57 = 153
153 = 153