Answer:
Lucas needs 12 cups of dried cherries and 24 cups of dried apricots to make one dozen of snacks for his team
Step-by-step explanation:
For each snacks Lucas uses one cup of dried cherries and 2 cup of dried apricots. One dozen of snack contains a total of 12 snacks. Therefore to prepare 12 snacks (one dozen) the number of dried cherries and dried apricots can be gotten by multiplying the number of dried cherries and dried apricots required for each snack by 12.
Number of dried cherries = 1 cup for each snack × 12 snacks = 12 cups
Number of dried apricots = 2 cup for each snack × 12 snacks = 24 cups
Lucas needs 12 cups of dried cherries and 24 cups of dried apricots to make one dozen of snacks for his team
Answer:
x = 6(x - 2)
Step-by-step explanation:
His age now is x.
His age 2 years ago was x - 2.
x = 6(x - 2)
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, "%")
}