The little rectangle in the top right means the angle is a right angle which equals 90 degrees.
This also means all the other angles are also 90 degrees.
Solve for x:
2x+8 = 90
Subtract 8 from both sides:
2x = 82
Divide both sides by 2:
x = 82/2
x = 41
Let w = number of weeks.
In week w,
Laura has: 720 + 30w
Taylor has: 1200 - 30w
Set the two amounts equal and solve for w, the number of weeks.
720 + 30w = 1200 - 30w
60w = 480
w = 8
They will have the same amount of money in 8 weeks.
Laura will have in 8 weeks:
720 + 30w = 720 + 30 * 8 = 720 + 240 = 960
Taylor will have in 8 weeks:
1200 - 30w = 1200 - 30 * 8 = 1200 - 240 = 960
They will both have $960 in 8 weeks.
Answer:
Both plans would cost $100 if 6 gigabytes of data are used.
Explanation:
From the question, the system of equation are correctly represented by using small letter c to represent the total cost in dollars for both equations as already assumed in the question as follows:
c = 52 + 8d ........................... (1)
c = 82 + 3d ........................... (2)
Since c is common to both, equations (1) and (2) can therefore be equated and d solved for as follows:
52 + 8d = 82 + 3d
8d - 3d = 82 - 52
5d = 30
d = 30 / 5
d = 6
Substituting d = 6 into equation (1), we have:
c = 52 + (8 * 6)
c = 52 + 48
c = 100
Since d = 6 and c = 100, it therefore implies that both plans would cost $100 if 6 gigabytes of data are used.
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, "%")
}