document.write( "Question 1190484: In a certain store, blue shirts are one-fifth the price of red shirts. If b blue shirts cost d dollars, what is the cost of r red shirts?
\n" );
document.write( "a) 5dr
\n" );
document.write( "b) 5brd
\n" );
document.write( "c) (rd)/(5b)
\n" );
document.write( "d) (5rd)/b
\n" );
document.write( "e) (5br)/d
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #822197 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x the cost of 1 blue shirt. \n" ); document.write( "let y = the cost of 1 red shirt.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the price of b blue shirts is therefore equal to b * x. \n" ); document.write( "the price of r red shirts is therefore equal to r * y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that the price of 1 blue shirt is equal to 1/5 * the price of 1 red shirt. \n" ); document.write( "the equation for that is x = 1/5 * y \n" ); document.write( "multiply both sides of that equation by 5 to get: \n" ); document.write( "y = 5 * x \n" ); document.write( "this says that the price of 1 red red shirt is equal to 5 * the price of 1 blue shirt. \n" ); document.write( "the price of r red shirts is therefore equal to r * 5 * x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the price of b blue shirts is equal to b * x which is equal to d, you get: \n" ); document.write( "b * x = d \n" ); document.write( "solve for x to get: \n" ); document.write( "x = d/b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the price of r red shirts, which is r * 5 * x, becomes r * 5 * d/b \n" ); document.write( "this is the same as 5rd/b which is selection d. \n" ); document.write( "that should be your answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i did an analysis to see if this is correct. \n" ); document.write( "my analysis is shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let the cost of a blue shirt = 10 \n" ); document.write( "let the cost of a red shirt = 5 * 10 = 50 \n" ); document.write( "let the number of blue shirts = 8 \n" ); document.write( "let the number of red shirts = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the cost of 8 blue shirts is 8 * 10 = 80 \n" ); document.write( "the cost of 20 red shirts if 20 * 50 = 1000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula states that the cost of r red shirts = 5rd/b \n" ); document.write( "since r = 20 and d = 80 and b = 8, you get: \n" ); document.write( "the cost of r red shirts = 5 * 20 * 80 / 8 which is equal to 1000. \n" ); document.write( "this confirms the formula is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "answer is selection d which is equal to 5rd/b.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let me know if you have any quesions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "theo \n" ); document.write( " \n" ); document.write( " |