document.write( "Question 84168: Three colors are mixed together in varying percentages. Each color has a different reflectance value. Reflectance values are Gray = 15%, Black =5% and White = 25%. The are mixed together in the following amounts Gray 35%, Black 15% and White 50% for a 100% total.\r
\n" );
document.write( "\n" );
document.write( "What is the reflectance average when the three different colors are mixed together in the listed percentage?\r
\n" );
document.write( "\n" );
document.write( "Color Reflectance Value Percent of Mix
\n" );
document.write( "Gray 15% 35%
\n" );
document.write( "Black 3% 15%
\n" );
document.write( "White 25% 50%\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #60630 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Three colors are mixed together in varying percentages. Each color has a different reflectance value. Reflectance values are Gray = 15%, Black =5% and White = 25%. The are mixed together in the following amounts Gray 35%, Black 15% and White 50% for a 100% total. \n" ); document.write( "What is the reflectance average when the three different colors are mixed together in the listed percentage? \n" ); document.write( "Color Reflectance Value Percent of Mix \n" ); document.write( "Gray 15% 35% \n" ); document.write( "Black 3% 15% \n" ); document.write( "White 25% 50% \n" ); document.write( ": \n" ); document.write( "Seems to be some contradiction in the Reflectance value of black, assume it is 5% \n" ); document.write( ": \n" ); document.write( "Treat it like a mixture problem, resulting amt = 100 \n" ); document.write( "Let x = reflectance value of resulting mixture: \n" ); document.write( ": \n" ); document.write( ".15(35) + .05(15) + .25(50) = x(100) \n" ); document.write( ": \n" ); document.write( "5.25 + .75 + 12.5 = 100x \n" ); document.write( ": \n" ); document.write( "18.5 = 100x \n" ); document.write( ": \n" ); document.write( "x = 18.5/100 \n" ); document.write( ": \n" ); document.write( "x = .185 or 18.5% \n" ); document.write( " |