document.write( "Question 818291: The cost of 3 plates and 4 glasses is Rs 39, and the cost of 4 glasses and 2 plates is Rs 34. What is the cost of 1 glass and 1 plate?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #492451 by TimothyLamb(4379) You can put this solution on YOUR website! 3p + 4g = 39 \n" ); document.write( "2p + 4g = 34 \n" ); document.write( "4g = 34 - 2p \n" ); document.write( "g = (34 - 2p)/4 \n" ); document.write( "--- \n" ); document.write( "3p + 4g = 39 \n" ); document.write( "3p + 34 - 2p = 39 \n" ); document.write( "p = 39 - 34 \n" ); document.write( "--- \n" ); document.write( "p = 5 \n" ); document.write( "g = 6 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |