document.write( "Question 1205706: The sum of two numbers is 13. One number is 25 less than the other. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( "The smaller number is: \r
\n" );
document.write( "\n" );
document.write( "The larger number is: \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The perimeter of a rectangle is 124. The length is 4 less than
\n" );
document.write( "5 times the width. Find the width and length.\r
\n" );
document.write( "\n" );
document.write( "Width: \r
\n" );
document.write( "\n" );
document.write( "Length: \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The measure of one of the small angles of a right triangle is 29 less than 6 times the measure of the other small angle. Find the measure of both angles.\r
\n" );
document.write( "\n" );
document.write( "Smallest angle: \r
\n" );
document.write( "\n" );
document.write( "Other non-right angle: \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Jerome currently sells stoves for Gabriela's Stove Store at a salary of $16,000 plus a $10 commission for each stove he sells. Logan's Stove Store offers him a position with a salary of $13,000 plus a commission of $25 for each stove he sells. How many stoves would he need to sell for the options to be equal? \n" );
document.write( "
Algebra.Com's Answer #842686 by Theo(13342) You can put this solution on YOUR website! The sum of two numbers is 13. One number is 25 less than the other. Find the numbers. \n" ); document.write( "The smaller number is: \n" ); document.write( "The larger number is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is the larger number \n" ); document.write( "y is the smaller number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 13 \n" ); document.write( "y = x - 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace y with x - 25 to get x + x - 25 = 13 \n" ); document.write( "combine like terms and add 25 to both sides of the equation to get 2x = 38 \n" ); document.write( "solve for x to get x = 19 \n" ); document.write( "y = x - 25 means y = -6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 19 and y = -6 is your answer. \n" ); document.write( "-6 + 19 = 13. \n" ); document.write( "answer is confirmed to be correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The perimeter of a rectangle is 124. The length is 4 less than \n" ); document.write( "5 times the width. Find the width and length. \n" ); document.write( "Width: \n" ); document.write( "Length:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 2l + 2w \n" ); document.write( "p = 124 so the formula becomes 124 = 2l + 2w \n" ); document.write( "l = 5w - 4 so the formula becomes 124 = 2 * (5w-4) + 2w \n" ); document.write( "simplify and combine like terms to get 124 = 12w - 8 \n" ); document.write( "add 8 to both sides to get 132 = 12w \n" ); document.write( "solve for w to get w = 132 / 12 = 11 \n" ); document.write( "l = 4 less than 5w gets you l = 51 \n" ); document.write( "dimensions are l = 51 and w = 11 \n" ); document.write( "2l + 2w gets you 102 + 22 = 124 \n" ); document.write( "this confirms the dimensions are correct. \n" ); document.write( "your solution is length = 51 and width = 11.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The measure of one of the small angles of a right triangle is 29 less than 6 times the measure of the other small angle. Find the measure of both angles. \n" ); document.write( "Smallest angle: \n" ); document.write( "Other non-right angle:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "right triangle has one 90 degree angle and 2 angles that are each less than 90 degrees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "one of the smaller angles is x. \n" ); document.write( "the other is y. \n" ); document.write( "sum of the angles of the triangle is 180 degrees. \n" ); document.write( "subtract the 90 degree angle to get the sum of the smaller angles is 90. \n" ); document.write( "formula becomes x + y = 90 \n" ); document.write( "let x = 6y - 29 \n" ); document.write( "replace x with that to get 6y - 29 + y = 90 \n" ); document.write( "combine like terms and add 29 to both sides to get 7y = 119 \n" ); document.write( "solve for y to get y = 119/7 = 17 \n" ); document.write( "x = 6y - 29 makes x = 73 \n" ); document.write( "you have x = 73 and y = 17 \n" ); document.write( "73 + 17 = 90 and 6 * 17 - 29 = 73 confirms the values of the angles are correct. \n" ); document.write( "x = 73 and y = 17 is your answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jerome currently sells stoves for Gabriela's Stove Store at a salary of $16,000 plus a $10 commission for each stove he sells. Logan's Stove Store offers him a position with a salary of $13,000 plus a commission of $25 for each stove he sells. How many stoves would he need to sell for the options to be equal?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "16000 + 10x = 13000 + 25x is the break even point. \n" ); document.write( "subtract 13000 from both sides and subtrasct 10x from both sides to get 3000 = 15x \n" ); document.write( "solve for x to get x = 3000 / 25 = 200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the options are equal when he sells 200 stoves.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at the break even point: \n" ); document.write( "16000 + 10 * 200 = 18000 \n" ); document.write( "13000 + 25 * 200 = 18000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "he will have made 18000 with either option.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |